#CA82EF

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

Shades of Heliotrope #CA82EF

Tints of Heliotrope #CA82EF

Color information

#CA82EF (or 0xCA82EF) is unknown color: approx Heliotrope. HEX triplet: CA, 82 and EF. RGB value is (202,130,239). Sum of RGB (Red+Green+Blue) = 202+130+239=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 130 (51.17% from 255 or 22.77% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA82EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA82EF is #357D10. Grayscale: #A3A3A3. Windows color (decimal): -3505425 or 15696586. OLE color: 15696586.

HSL color Cylindrical-coordinate representation of color #CA82EF: hue angle of 279.63º 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 #CA82EF is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB202130239-
CMYK0.150.4600.06
HSL279.63º77.3%72.35%-
HSV(B)279.63º45.61%93.73%-
XYZ47.9234.7585.84-
YUV163.95170.35155.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.38%
GREEN value IS 130 (51.17% from 255) = 22.77%
BLUE value IS 239 (93.75% from 255) = 41.86%
R=35.38%
G=22.77%
B=41.86%

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
Decimal2021302390.150.4600.06279.6377.372.35
HexCA82EFF2E061184d48
Octal312202357175606430115110
Binary1100101010000010111011111111101110011010001100010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA82EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA82EF; }

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

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

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

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

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

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

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

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