#CA81EE

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

Shades of Heliotrope #CA81EE

Tints of Heliotrope #CA81EE

Color information

#CA81EE (or 0xCA81EE) is unknown color: approx Heliotrope. HEX triplet: CA, 81 and EE. RGB value is (202,129,238). Sum of RGB (Red+Green+Blue) = 202+129+238=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 129 (50.78% from 255 or 22.67% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA81EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA81EE is #357E11. Grayscale: #A2A2A2. Windows color (decimal): -3505682 or 15630794. OLE color: 15630794.

HSL color Cylindrical-coordinate representation of color #CA81EE: hue angle of 280.18º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA81EE is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202129238-
CMYK0.150.4600.07
HSL280.18º76.22%71.96%-
HSV(B)280.18º45.8%93.33%-
XYZ47.6434.4385.02-
YUV163.25170.18155.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.50%
GREEN value IS 129 (50.78% from 255) = 22.67%
BLUE value IS 238 (93.36% from 255) = 41.83%
R=35.50%
G=22.67%
B=41.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021292380.150.4600.07280.1876.2271.96
HexCA81EEF2E071184c48
Octal312201356175607430114110
Binary1100101010000001111011101111101110011110001100010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA81EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA81EE; }

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

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

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

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

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

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

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

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