#CA88FF

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

Shades of Heliotrope #CA88FF

Tints of Heliotrope #CA88FF

Color information

#CA88FF (or 0xCA88FF) is unknown color: approx Heliotrope. HEX triplet: CA, 88 and FF. RGB value is (202,136,255). Sum of RGB (Red+Green+Blue) = 202+136+255=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 136 (53.52% from 255 or 22.93% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA88FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA88FF is #357700. Grayscale: #A8A8A8. Windows color (decimal): -3503873 or 16746698. OLE color: 16746698.

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

Color convert

RGB202136255-
CMYK0.210.4700
HSL273.28º100%76.67%-
HSV(B)273.28º46.67%100%-
XYZ51.2137.3899.12-
YUV169.3176.37151.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.06%
GREEN value IS 136 (53.52% from 255) = 22.93%
BLUE value IS 255 (100% from 255) = 43.00%
R=34.06%
G=22.93%
B=43.00%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021362550.210.4700273.2810076.67
HexCA88FF152F00111644d
Octal312210377255700421144115
Binary110010101000100011111111101011011110010001000111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA88FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA88FF; }

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

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

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

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

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

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

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

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