#ca77ef

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

Shades of Heliotrope #CA77EF

Tints of Heliotrope #CA77EF

Color information

#CA77EF (or 0xCA77EF) is unknown color: approx Heliotrope. HEX triplet: CA, 77 and EF. RGB value is (202,119,239). Sum of RGB (Red+Green+Blue) = 202+119+239=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 119 (46.88% from 255 or 21.25% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA77EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA77EF is #358810. Grayscale: #9D9D9D. Windows color (decimal): -3508241 or 15693770. OLE color: 15693770.

HSL color Cylindrical-coordinate representation of color #CA77EF: hue angle of 281.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA77EF is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB202119239-
CMYK0.150.5000.06
HSL281.5º78.95%70.2%-
HSV(B)281.5º50.21%93.73%-
XYZ46.5331.9885.38-
YUV157.5174159.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.07%
GREEN value IS 119 (46.88% from 255) = 21.25%
BLUE value IS 239 (93.75% from 255) = 42.68%
R=36.07%
G=21.25%
B=42.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2021192390.150.5000.06281.578.9570.2
HexCA77EFF320611a4f46
Octal312167357176206432117106
Binary110010101110111111011111111110010011010001101010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca77ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca77ef; }

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

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

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

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

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

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

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

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