#CC82EB

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

Shades of Heliotrope #CC82EB

Tints of Heliotrope #CC82EB

Color information

#CC82EB (or 0xCC82EB) is unknown color: approx Heliotrope. HEX triplet: CC, 82 and EB. RGB value is (204,130,235). Sum of RGB (Red+Green+Blue) = 204+130+235=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 130 (51.17% from 255 or 22.85% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC82EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC82EB is #337D14. Grayscale: #A3A3A3. Windows color (decimal): -3374357 or 15434444. OLE color: 15434444.

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

Color convert

RGB204130235-
CMYK0.130.4500.08
HSL282.29º72.41%71.57%-
HSV(B)282.29º44.68%92.16%-
XYZ47.8834.882.79-
YUV164.1168.02156.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.85%
GREEN value IS 130 (51.17% from 255) = 22.85%
BLUE value IS 235 (92.19% from 255) = 41.30%
R=35.85%
G=22.85%
B=41.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041302350.130.4500.08282.2972.4171.57
HexCC82EBD2D0811a4848
Octal3142023531555010432110110
Binary11001100100000101110101111011011010100010001101010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC82EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC82EB; }

 p { color: rgb(204,130,235); }

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

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

 a { background-color: rgb(204,130,235); }

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

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

 span { border-color: rgb(204,130,235); }

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