#CA81EC

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

Shades of Heliotrope #CA81EC

Tints of Heliotrope #CA81EC

Color information

#CA81EC (or 0xCA81EC) is unknown color: approx Heliotrope. HEX triplet: CA, 81 and EC. RGB value is (202,129,236). Sum of RGB (Red+Green+Blue) = 202+129+236=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 129 (50.78% from 255 or 22.75% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA81EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA81EC is #357E13. Grayscale: #A2A2A2. Windows color (decimal): -3505684 or 15499722. OLE color: 15499722.

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

Color convert

RGB202129236-
CMYK0.140.4500.07
HSL280.93º73.79%71.57%-
HSV(B)280.93º45.34%92.55%-
XYZ47.3534.3183.48-
YUV163.02169.18155.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.63%
GREEN value IS 129 (50.78% from 255) = 22.75%
BLUE value IS 236 (92.58% from 255) = 41.62%
R=35.63%
G=22.75%
B=41.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021292360.140.4500.07280.9373.7971.57
HexCA81ECE2D071194a48
Octal312201354165507431112110
Binary1100101010000001111011001110101101011110001100110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA81EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA81EC; }

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

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

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

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

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

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

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

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