#CA89FC

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

Shades of Heliotrope #CA89FC

Tints of Heliotrope #CA89FC

Color information

#CA89FC (or 0xCA89FC) is unknown color: approx Heliotrope. HEX triplet: CA, 89 and FC. RGB value is (202,137,252). Sum of RGB (Red+Green+Blue) = 202+137+252=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 137 (53.91% from 255 or 23.18% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA89FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA89FC is #357603. Grayscale: #A9A9A9. Windows color (decimal): -3503620 or 16550346. OLE color: 16550346.

HSL color Cylindrical-coordinate representation of color #CA89FC: hue angle of 273.91º 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 #CA89FC is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202137252-
CMYK0.200.4600.01
HSL273.91º95.04%76.27%-
HSV(B)273.91º45.63%98.82%-
XYZ50.8737.4896.65-
YUV169.54174.53151.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.18%
GREEN value IS 137 (53.91% from 255) = 23.18%
BLUE value IS 252 (98.83% from 255) = 42.64%
R=34.18%
G=23.18%
B=42.64%

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
Decimal2021372520.200.4600.01273.9195.0476.27
HexCA89FC142E011125f4c
Octal312211374245601422137114
Binary110010101000100111111100101001011100110001001010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA89FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA89FC; }

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

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

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

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

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

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

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

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