#ca77ed

Color #CA77ED Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #CA77ED

Tints of Heliotrope #CA77ED

Color information

#CA77ED (or 0xCA77ED) is unknown color: approx Heliotrope. HEX triplet: CA, 77 and ED. RGB value is (202,119,237). Sum of RGB (Red+Green+Blue) = 202+119+237=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 119 (46.88% from 255 or 21.33% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA77ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA77ED is #358812. Grayscale: #9C9C9C. Windows color (decimal): -3508243 or 15562698. OLE color: 15562698.

HSL color Cylindrical-coordinate representation of color #CA77ED: hue angle of 282.2º degrees, saturation: 0.77, 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 #CA77ED is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202119237-
CMYK0.150.5000.07
HSL282.2º76.62%69.8%-
HSV(B)282.2º49.79%92.94%-
XYZ46.2431.8683.83-
YUV157.27173159.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.20%
GREEN value IS 119 (46.88% from 255) = 21.33%
BLUE value IS 237 (92.97% from 255) = 42.47%
R=36.20%
G=21.33%
B=42.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021192370.150.5000.07282.276.6269.8
HexCA77EDF320711a4d46
Octal312167355176207432115106
Binary110010101110111111011011111110010011110001101010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca77ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca77ed; }

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

 H1.HeaderClassName
 {
   color: #ca77ed;
 }
 .AnyTagClassName
 {
   color: #ca77ed;
 }
</style>
background-color css

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

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

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

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

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

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