#CA8EFF

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

Shades of Heliotrope #CA8EFF

Tints of Heliotrope #CA8EFF

Color information

#CA8EFF (or 0xCA8EFF) is unknown color: approx Heliotrope. HEX triplet: CA, 8E and FF. RGB value is (202,142,255). Sum of RGB (Red+Green+Blue) = 202+142+255=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 142 (55.86% from 255 or 23.71% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA8EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8EFF is #357100. Grayscale: #ACACAC. Windows color (decimal): -3502337 or 16748234. OLE color: 16748234.

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

Color convert

RGB202142255-
CMYK0.210.4400
HSL271.86º100%77.84%-
HSV(B)271.86º44.31%100%-
XYZ52.0839.1299.41-
YUV172.82174.38148.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.72%
GREEN value IS 142 (55.86% from 255) = 23.71%
BLUE value IS 255 (100% from 255) = 42.57%
R=33.72%
G=23.71%
B=42.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021422550.210.4400271.8610077.84
HexCA8EFF152C00110644e
Octal312216377255400420144116
Binary110010101000111011111111101011011000010001000011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8EFF; }

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

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

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

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

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

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

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

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