Html Css Color HEX #CA34E4 Medium Orchid

📋 copy color: '#CA34E4'

red 202 ◦ green 52 ◦ blue 228

#CA34E4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #CA34E4

Tints of Medium Orchid #CA34E4

RGB

 RED value IS 202 (79.3% from 255) = 41.91%

 GREEN value IS 52 (20.7% from 255) = 10.79%

 BLUE value IS 228 (89.45% from 255) = 47.3%

R = 41.91%
G = 10.79%
B = 47.3%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CA34E4 (or 0xCA34E4) is known color: Medium Orchid. HEX triplet: CA, 34 and E4. RGB value is (202,52,228). Sum of RGB (Red+Green+Blue) = 202+52+228=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 52 (20.70% from 255 or 10.79% from 482); Blue value is 228 (89.45% from 255 or 47.30% from 482); Max value from RGB is 228 - color contains mainly: blue. Hex color #CA34E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA34E4 is #35CB1B. Grayscale: #747474. Windows color (decimal): -3525404 or 14955722. OLE color: 14955722.

HSL color Cylindrical-coordinate representation of color #CA34E4: hue angle of 291.14º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA34E4 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 52 228 -
CMYK 0.11 0.77 0 0.11
HSL 291.14º 0.77% 0.55% -
HSV(B) 291.14º 0.77% 0.89% -
XYZ 39.59 20.61 75.29 -
YUV 116.91 190.7 188.69 -
System Red Green Blue C M Y K H S L
Decimal 202 52 228 0.11 0.77 0 0.11 291.14 0.77 0.55
Hex CA 34 E4 B 4D 0 B 123 4D 37
Octal 312 64 344 13 115 0 13 443 115 67
Binary 11001010 110100 11100100 1011 1001101 0 1011 100100011 1001101 110111

Color Harmonies of #CA34E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA34E4

Black with #CA34E4

Text Example


Text Example

White with #CA34E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA34E4; }

 p { color: rgb(202,52,228); }

 H1.HeaderClassName
 {
   color: #CA34E4;
 }
 .AnyTagClassName
 {
   color: #CA34E4;
 }
</style>

background-color css

<style>
 a { background-color: #CA34E4; }

 a { background-color: rgb(202,52,228); }

 div.DivClassName
 {
   background-color: #CA34E4;
 }
 .BgClassName
 {
   background-color: #CA34E4;
 }
</style>

border-color css

<style>
 span { border-color: #CA34E4; }

 span { border-color: rgb(202,52,228); }

 td.TdClassName
 {
   border-color: #CA34E4;
 }
 .TagClassName
 {
   border-color: #CA34E4;
 }
</style>