#CA76EE

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

Shades of Heliotrope #CA76EE

Tints of Heliotrope #CA76EE

Color information

#CA76EE (or 0xCA76EE) is unknown color: approx Heliotrope. HEX triplet: CA, 76 and EE. RGB value is (202,118,238). Sum of RGB (Red+Green+Blue) = 202+118+238=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 118 (46.48% from 255 or 21.15% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA76EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA76EE is #358911. Grayscale: #9C9C9C. Windows color (decimal): -3508498 or 15627978. OLE color: 15627978.

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

Color convert

RGB202118238-
CMYK0.150.5000.07
HSL282º77.92%69.8%-
HSV(B)282º50.42%93.33%-
XYZ46.2731.6984.57-
YUV156.8173.83160.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.20%
GREEN value IS 118 (46.48% from 255) = 21.15%
BLUE value IS 238 (93.36% from 255) = 42.65%
R=36.20%
G=21.15%
B=42.65%

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
Decimal2021182380.150.5000.0728277.9269.8
HexCA76EEF320711a4e46
Octal312166356176207432116106
Binary110010101110110111011101111110010011110001101010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA76EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA76EE; }

 p { color: rgb(202,118,238); }

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

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

 a { background-color: rgb(202,118,238); }

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

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

 span { border-color: rgb(202,118,238); }

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