#CA88FB

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

Shades of Heliotrope #CA88FB

Tints of Heliotrope #CA88FB

Color information

#CA88FB (or 0xCA88FB) is unknown color: approx Heliotrope. HEX triplet: CA, 88 and FB. RGB value is (202,136,251). Sum of RGB (Red+Green+Blue) = 202+136+251=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 136 (53.52% from 255 or 23.09% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA88FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA88FB is #357704. Grayscale: #A8A8A8. Windows color (decimal): -3503877 or 16484554. OLE color: 16484554.

HSL color Cylindrical-coordinate representation of color #CA88FB: hue angle of 274.43º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA88FB is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202136251-
CMYK0.200.4600.02
HSL274.43º93.5%75.88%-
HSV(B)274.43º45.82%98.43%-
XYZ50.5737.1395.77-
YUV168.84174.37151.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.30%
GREEN value IS 136 (53.52% from 255) = 23.09%
BLUE value IS 251 (98.44% from 255) = 42.61%
R=34.30%
G=23.09%
B=42.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021362510.200.4600.02274.4393.575.88
HexCA88FB142E021125d4c
Octal312210373245602422135114
Binary1100101010001000111110111010010111001010001001010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA88FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA88FB; }

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

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

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

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

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

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

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

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