#CA88FC

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

Shades of Heliotrope #CA88FC

Tints of Heliotrope #CA88FC

Color information

#CA88FC (or 0xCA88FC) is unknown color: approx Heliotrope. HEX triplet: CA, 88 and FC. RGB value is (202,136,252). Sum of RGB (Red+Green+Blue) = 202+136+252=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 136 (53.52% from 255 or 23.05% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA88FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA88FC is #357703. Grayscale: #A8A8A8. Windows color (decimal): -3503876 or 16550090. OLE color: 16550090.

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

Color convert

RGB202136252-
CMYK0.200.4600.01
HSL274.14º95.08%76.08%-
HSV(B)274.14º46.03%98.82%-
XYZ50.7337.1996.6-
YUV168.96174.87151.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.24%
GREEN value IS 136 (53.52% from 255) = 23.05%
BLUE value IS 252 (98.83% from 255) = 42.71%
R=34.24%
G=23.05%
B=42.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021362520.200.4600.01274.1495.0876.08
HexCA88FC142E011125f4c
Octal312210374245601422137114
Binary110010101000100011111100101001011100110001001010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA88FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA88FC; }

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

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

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

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

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

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

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

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