#CA8EFD

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

Shades of Heliotrope #CA8EFD

Tints of Heliotrope #CA8EFD

Color information

#CA8EFD (or 0xCA8EFD) is unknown color: approx Heliotrope. HEX triplet: CA, 8E and FD. RGB value is (202,142,253). Sum of RGB (Red+Green+Blue) = 202+142+253=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 142 (55.86% from 255 or 23.79% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA8EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8EFD is #357102. Grayscale: #ACACAC. Windows color (decimal): -3502339 or 16617162. OLE color: 16617162.

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

Color convert

RGB202142253-
CMYK0.200.4400.01
HSL272.43º96.52%77.45%-
HSV(B)272.43º43.87%99.22%-
XYZ51.7638.9997.73-
YUV172.59173.38148.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.84%
GREEN value IS 142 (55.86% from 255) = 23.79%
BLUE value IS 253 (99.22% from 255) = 42.38%
R=33.84%
G=23.79%
B=42.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021422530.200.4400.01272.4396.5277.45
HexCA8EFD142C01110614d
Octal312216375245401420141115
Binary110010101000111011111101101001011000110001000011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8EFD; }

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

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

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

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

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

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

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

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