#CA71EE

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

Shades of Heliotrope #CA71EE

Tints of Heliotrope #CA71EE

Color information

#CA71EE (or 0xCA71EE) is unknown color: approx Heliotrope. HEX triplet: CA, 71 and EE. RGB value is (202,113,238). Sum of RGB (Red+Green+Blue) = 202+113+238=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 113 (44.53% from 255 or 20.43% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA71EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA71EE is #358E11. Grayscale: #999999. Windows color (decimal): -3509778 or 15626698. OLE color: 15626698.

HSL color Cylindrical-coordinate representation of color #CA71EE: hue angle of 282.72º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA71EE is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202113238-
CMYK0.150.5300.07
HSL282.72º78.62%68.82%-
HSV(B)282.72º52.52%93.33%-
XYZ45.6930.5484.38-
YUV153.86175.49162.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.53%
GREEN value IS 113 (44.53% from 255) = 20.43%
BLUE value IS 238 (93.36% from 255) = 43.04%
R=36.53%
G=20.43%
B=43.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021132380.150.5300.07282.7278.6268.82
HexCA71EEF350711b4f45
Octal312161356176507433117105
Binary110010101110001111011101111110101011110001101110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA71EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA71EE; }

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

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

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

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

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

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

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

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