#CA86FF

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

Shades of Heliotrope #CA86FF

Tints of Heliotrope #CA86FF

Color information

#CA86FF (or 0xCA86FF) is unknown color: approx Heliotrope. HEX triplet: CA, 86 and FF. RGB value is (202,134,255). Sum of RGB (Red+Green+Blue) = 202+134+255=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 134 (52.73% from 255 or 22.67% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA86FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA86FF is #357900. Grayscale: #A7A7A7. Windows color (decimal): -3504385 or 16746186. OLE color: 16746186.

HSL color Cylindrical-coordinate representation of color #CA86FF: hue angle of 273.72º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA86FF is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB202134255-
CMYK0.210.4700
HSL273.72º100%76.27%-
HSV(B)273.72º47.45%100%-
XYZ50.9336.8399.03-
YUV168.13177.03152.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.18%
GREEN value IS 134 (52.73% from 255) = 22.67%
BLUE value IS 255 (100% from 255) = 43.15%
R=34.18%
G=22.67%
B=43.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021342550.210.4700273.7210076.27
HexCA86FF152F00112644c
Octal312206377255700422144114
Binary110010101000011011111111101011011110010001001011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA86FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA86FF; }

 p { color: rgb(202,134,255); }

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

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

 a { background-color: rgb(202,134,255); }

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

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

 span { border-color: rgb(202,134,255); }

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