#CA87FA

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

Shades of Heliotrope #CA87FA

Tints of Heliotrope #CA87FA

Color information

#CA87FA (or 0xCA87FA) is unknown color: approx Heliotrope. HEX triplet: CA, 87 and FA. RGB value is (202,135,250). Sum of RGB (Red+Green+Blue) = 202+135+250=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 135 (53.12% from 255 or 23.00% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA87FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA87FA is #357805. Grayscale: #A7A7A7. Windows color (decimal): -3504134 or 16418762. OLE color: 16418762.

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

Color convert

RGB202135250-
CMYK0.190.4600.02
HSL274.96º92%75.49%-
HSV(B)274.96º46%98.04%-
XYZ50.2836.7994.89-
YUV168.14174.2152.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.41%
GREEN value IS 135 (53.12% from 255) = 23.00%
BLUE value IS 250 (98.05% from 255) = 42.59%
R=34.41%
G=23.00%
B=42.59%

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
Decimal2021352500.190.4600.02274.969275.49
HexCA87FA132E021135c4b
Octal312207372235602423134113
Binary1100101010000111111110101001110111001010001001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA87FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA87FA; }

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

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

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

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

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

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

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

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