#CA86FD

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

Shades of Heliotrope #CA86FD

Tints of Heliotrope #CA86FD

Color information

#CA86FD (or 0xCA86FD) is unknown color: approx Heliotrope. HEX triplet: CA, 86 and FD. RGB value is (202,134,253). Sum of RGB (Red+Green+Blue) = 202+134+253=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 134 (52.73% from 255 or 22.75% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA86FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA86FD is #357902. Grayscale: #A7A7A7. Windows color (decimal): -3504387 or 16615114. OLE color: 16615114.

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

Color convert

RGB202134253-
CMYK0.200.4700.01
HSL274.29º96.75%75.88%-
HSV(B)274.29º47.04%99.22%-
XYZ50.6136.797.34-
YUV167.9176.03152.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.30%
GREEN value IS 134 (52.73% from 255) = 22.75%
BLUE value IS 253 (99.22% from 255) = 42.95%
R=34.30%
G=22.75%
B=42.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021342530.200.4700.01274.2996.7575.88
HexCA86FD142F01112614c
Octal312206375245701422141114
Binary110010101000011011111101101001011110110001001011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA86FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA86FD; }

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

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

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

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

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

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

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

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