#CA81EF

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

Shades of Heliotrope #CA81EF

Tints of Heliotrope #CA81EF

Color information

#CA81EF (or 0xCA81EF) is unknown color: approx Heliotrope. HEX triplet: CA, 81 and EF. RGB value is (202,129,239). Sum of RGB (Red+Green+Blue) = 202+129+239=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 129 (50.78% from 255 or 22.63% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA81EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA81EF is #357E10. Grayscale: #A2A2A2. Windows color (decimal): -3505681 or 15696330. OLE color: 15696330.

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

Color convert

RGB202129239-
CMYK0.150.4600.06
HSL279.82º77.46%72.16%-
HSV(B)279.82º46.03%93.73%-
XYZ47.7934.4985.8-
YUV163.37170.68155.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.44%
GREEN value IS 129 (50.78% from 255) = 22.63%
BLUE value IS 239 (93.75% from 255) = 41.93%
R=35.44%
G=22.63%
B=41.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2021292390.150.4600.06279.8277.4672.16
HexCA81EFF2E061184d48
Octal312201357175606430115110
Binary1100101010000001111011111111101110011010001100010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA81EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA81EF; }

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

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

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

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

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

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

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

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