#CA8AFF

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

Shades of Heliotrope #CA8AFF

Tints of Heliotrope #CA8AFF

Color information

#CA8AFF (or 0xCA8AFF) is unknown color: approx Heliotrope. HEX triplet: CA, 8A and FF. RGB value is (202,138,255). Sum of RGB (Red+Green+Blue) = 202+138+255=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 138 (54.30% from 255 or 23.19% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA8AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8AFF is #357500. Grayscale: #AAAAAA. Windows color (decimal): -3503361 or 16747210. OLE color: 16747210.

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

Color convert

RGB202138255-
CMYK0.210.4600
HSL272.82º100%77.06%-
HSV(B)272.82º45.88%100%-
XYZ51.537.9599.22-
YUV170.47175.7150.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.95%
GREEN value IS 138 (54.30% from 255) = 23.19%
BLUE value IS 255 (100% from 255) = 42.86%
R=33.95%
G=23.19%
B=42.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021382550.210.4600272.8210077.06
HexCA8AFF152E00111644d
Octal312212377255600421144115
Binary110010101000101011111111101011011100010001000111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8AFF; }

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

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

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

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

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

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

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

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