#ca77e6

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

Shades of Heliotrope #CA77E6

Tints of Heliotrope #CA77E6

Color information

#CA77E6 (or 0xCA77E6) is unknown color: approx Heliotrope. HEX triplet: CA, 77 and E6. RGB value is (202,119,230). Sum of RGB (Red+Green+Blue) = 202+119+230=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 119 (46.88% from 255 or 21.60% from 551); Blue value is 230 (90.23% from 255 or 41.74% from 551); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA77E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA77E6 is #358819. Grayscale: #9C9C9C. Windows color (decimal): -3508250 or 15103946. OLE color: 15103946.

HSL color Cylindrical-coordinate representation of color #CA77E6: hue angle of 284.86º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA77E6 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB202119230-
CMYK0.120.4800.10
HSL284.86º68.94%68.43%-
HSV(B)284.86º48.26%90.2%-
XYZ45.2431.4678.55-
YUV156.47169.5160.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.66%
GREEN value IS 119 (46.88% from 255) = 21.60%
BLUE value IS 230 (90.23% from 255) = 41.74%
R=36.66%
G=21.60%
B=41.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2021192300.120.4800.10284.8668.9468.43
HexCA77E6C300A11d4544
Octal3121673461460012435105104
Binary1100101011101111110011011001100000101010001110110001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca77e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca77e6; }

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

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

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

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

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

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

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

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