#CA81EB

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

Shades of Heliotrope #CA81EB

Tints of Heliotrope #CA81EB

Color information

#CA81EB (or 0xCA81EB) is unknown color: approx Heliotrope. HEX triplet: CA, 81 and EB. RGB value is (202,129,235). Sum of RGB (Red+Green+Blue) = 202+129+235=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 129 (50.78% from 255 or 22.79% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA81EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA81EB is #357E14. Grayscale: #A2A2A2. Windows color (decimal): -3505685 or 15434186. OLE color: 15434186.

HSL color Cylindrical-coordinate representation of color #CA81EB: hue angle of 281.32º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA81EB is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202129235-
CMYK0.140.4500.08
HSL281.32º72.6%71.37%-
HSV(B)281.32º45.11%92.16%-
XYZ47.234.2682.72-
YUV162.91168.68155.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.69%
GREEN value IS 129 (50.78% from 255) = 22.79%
BLUE value IS 235 (92.19% from 255) = 41.52%
R=35.69%
G=22.79%
B=41.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021292350.140.4500.08281.3272.671.37
HexCA81EBE2D081194947
Octal3122013531655010431111107
Binary11001010100000011110101111101011010100010001100110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA81EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA81EB; }

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

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

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

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

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

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

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

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