#CA81F9

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

Shades of Heliotrope #CA81F9

Tints of Heliotrope #CA81F9

Color information

#CA81F9 (or 0xCA81F9) is unknown color: approx Heliotrope. HEX triplet: CA, 81 and F9. RGB value is (202,129,249). Sum of RGB (Red+Green+Blue) = 202+129+249=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 129 (50.78% from 255 or 22.24% from 580); Blue value is 249 (97.66% from 255 or 42.93% from 580); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA81F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA81F9 is #357E06. Grayscale: #A4A4A4. Windows color (decimal): -3505671 or 16351690. OLE color: 16351690.

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

Color convert

RGB202129249-
CMYK0.190.4800.02
HSL276.5º90.91%74.12%-
HSV(B)276.5º48.19%97.65%-
XYZ49.3135.193.8-
YUV164.51175.68154.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.83%
GREEN value IS 129 (50.78% from 255) = 22.24%
BLUE value IS 249 (97.66% from 255) = 42.93%
R=34.83%
G=22.24%
B=42.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021292490.190.4800.02276.590.9174.12
HexCA81F91330021145b4a
Octal312201371236002424133112
Binary1100101010000001111110011001111000001010001010010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA81F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA81F9; }

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

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

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

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

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

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

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

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