#CA81FA

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

Shades of Heliotrope #CA81FA

Tints of Heliotrope #CA81FA

Color information

#CA81FA (or 0xCA81FA) is unknown color: approx Heliotrope. HEX triplet: CA, 81 and FA. RGB value is (202,129,250). Sum of RGB (Red+Green+Blue) = 202+129+250=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 129 (50.78% from 255 or 22.20% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA81FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA81FA is #357E05. Grayscale: #A4A4A4. Windows color (decimal): -3505670 or 16417226. OLE color: 16417226.

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

Color convert

RGB202129250-
CMYK0.190.4800.02
HSL276.2º92.37%74.31%-
HSV(B)276.2º48.4%98.04%-
XYZ49.4635.1694.62-
YUV164.62176.18154.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.77%
GREEN value IS 129 (50.78% from 255) = 22.20%
BLUE value IS 250 (98.05% from 255) = 43.03%
R=34.77%
G=22.20%
B=43.03%

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
Decimal2021292500.190.4800.02276.292.3774.31
HexCA81FA1330021145c4a
Octal312201372236002424134112
Binary1100101010000001111110101001111000001010001010010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA81FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA81FA; }

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

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

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

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

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

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

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

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