Html Css Color HEX #CA77EC Heliotrope

📋 copy color: '#CA77EC'

red 202 ◦ green 119 ◦ blue 236

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

Shades of Heliotrope #CA77EC

Tints of Heliotrope #CA77EC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.36%

 BLUE value IS 236 (92.58% from 255) = 42.37%

R = 36.27%
G = 21.36%
B = 42.37%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA77EC (or 0xCA77EC) is known color: Heliotrope. HEX triplet: CA, 77 and EC. RGB value is (202,119,236). Sum of RGB (Red+Green+Blue) = 202+119+236=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 119 (46.88% from 255 or 21.36% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA77EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA77EC is #358813. Grayscale: #9C9C9C. Windows color (decimal): -3508244 or 15497162. OLE color: 15497162.

HSL color Cylindrical-coordinate representation of color #CA77EC: hue angle of 282.56º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA77EC is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 119 236 -
CMYK 0.14 0.50 0 0.07
HSL 282.56º 0.75% 0.7% -
HSV(B) 282.56º 0.5% 0.93% -
XYZ 46.09 31.81 83.07 -
YUV 157.16 172.5 159.99 -
System Red Green Blue C M Y K H S L
Decimal 202 119 236 0.14 0.50 0 0.07 282.56 0.75 0.7
Hex CA 77 EC E 32 0 7 11B 4B 46
Octal 312 167 354 16 62 0 7 433 113 106
Binary 11001010 1110111 11101100 1110 110010 0 111 100011011 1001011 1000110

Color Harmonies of #CA77EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA77EC

Black with #CA77EC

Text Example


Text Example

White with #CA77EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA77EC; }

 p { color: rgb(202,119,236); }

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

background-color css

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

 a { background-color: rgb(202,119,236); }

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

border-color css

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

 span { border-color: rgb(202,119,236); }

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