#CA87FF

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

Shades of Heliotrope #CA87FF

Tints of Heliotrope #CA87FF

Color information

#CA87FF (or 0xCA87FF) is unknown color: approx Heliotrope. HEX triplet: CA, 87 and FF. RGB value is (202,135,255). Sum of RGB (Red+Green+Blue) = 202+135+255=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 135 (53.12% from 255 or 22.80% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA87FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA87FF is #357800. Grayscale: #A8A8A8. Windows color (decimal): -3504129 or 16746442. OLE color: 16746442.

HSL color Cylindrical-coordinate representation of color #CA87FF: hue angle of 273.5º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA87FF is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB202135255-
CMYK0.210.4700
HSL273.5º100%76.47%-
HSV(B)273.5º47.06%100%-
XYZ51.0737.199.08-
YUV168.71176.7151.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.12%
GREEN value IS 135 (53.12% from 255) = 22.80%
BLUE value IS 255 (100% from 255) = 43.07%
R=34.12%
G=22.80%
B=43.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021352550.210.4700273.510076.47
HexCA87FF152F00112644c
Octal312207377255700422144114
Binary110010101000011111111111101011011110010001001011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA87FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA87FF; }

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

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

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

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

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

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

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

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