#CA87F9

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

Shades of Heliotrope #CA87F9

Tints of Heliotrope #CA87F9

Color information

#CA87F9 (or 0xCA87F9) is unknown color: approx Heliotrope. HEX triplet: CA, 87 and F9. RGB value is (202,135,249). Sum of RGB (Red+Green+Blue) = 202+135+249=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 135 (53.12% from 255 or 23.04% from 586); Blue value is 249 (97.66% from 255 or 42.49% from 586); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA87F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA87F9 is #357806. Grayscale: #A7A7A7. Windows color (decimal): -3504135 or 16353226. OLE color: 16353226.

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

Color convert

RGB202135249-
CMYK0.190.4600.02
HSL275.26º90.48%75.29%-
HSV(B)275.26º45.78%97.65%-
XYZ50.1236.7294.07-
YUV168.03173.7152.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.47%
GREEN value IS 135 (53.12% from 255) = 23.04%
BLUE value IS 249 (97.66% from 255) = 42.49%
R=34.47%
G=23.04%
B=42.49%

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
Decimal2021352490.190.4600.02275.2690.4875.29
HexCA87F9132E021135a4b
Octal312207371235602423132113
Binary1100101010000111111110011001110111001010001001110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA87F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA87F9; }

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

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

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

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

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

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

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

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