#CA88FA

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

Shades of Heliotrope #CA88FA

Tints of Heliotrope #CA88FA

Color information

#CA88FA (or 0xCA88FA) is unknown color: approx Heliotrope. HEX triplet: CA, 88 and FA. RGB value is (202,136,250). Sum of RGB (Red+Green+Blue) = 202+136+250=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 136 (53.52% from 255 or 23.13% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA88FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA88FA is #357705. Grayscale: #A8A8A8. Windows color (decimal): -3503878 or 16419018. OLE color: 16419018.

HSL color Cylindrical-coordinate representation of color #CA88FA: hue angle of 274.74º degrees, saturation: 0.92, 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 #CA88FA is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202136250-
CMYK0.190.4600.02
HSL274.74º91.94%75.69%-
HSV(B)274.74º45.6%98.04%-
XYZ50.4237.0794.94-
YUV168.73173.87151.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.35%
GREEN value IS 136 (53.52% from 255) = 23.13%
BLUE value IS 250 (98.05% from 255) = 42.52%
R=34.35%
G=23.13%
B=42.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021362500.190.4600.02274.7491.9475.69
HexCA88FA132E021135c4c
Octal312210372235602423134114
Binary1100101010001000111110101001110111001010001001110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA88FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA88FA; }

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

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

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

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

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

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

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

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