#C882EE

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

Shades of Heliotrope #C882EE

Tints of Heliotrope #C882EE

Color information

#C882EE (or 0xC882EE) is unknown color: approx Heliotrope. HEX triplet: C8, 82 and EE. RGB value is (200,130,238). Sum of RGB (Red+Green+Blue) = 200+130+238=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 130 (51.17% from 255 or 22.89% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #C882EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C882EE is #377D11. Grayscale: #A2A2A2. Windows color (decimal): -3636498 or 15631048. OLE color: 15631048.

HSL color Cylindrical-coordinate representation of color #C882EE: hue angle of 278.89º degrees, saturation: 0.76, 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 #C882EE is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB200130238-
CMYK0.160.4500.07
HSL278.89º76.06%72.16%-
HSV(B)278.89º45.38%93.33%-
XYZ47.2334.4285.04-
YUV163.24170.19154.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.21%
GREEN value IS 130 (51.17% from 255) = 22.89%
BLUE value IS 238 (93.36% from 255) = 41.90%
R=35.21%
G=22.89%
B=41.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2001302380.160.4500.07278.8976.0672.16
HexC882EE102D071174c48
Octal310202356205507427114110
Binary11001000100000101110111010000101101011110001011110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C882EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C882EE; }

 p { color: rgb(200,130,238); }

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

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

 a { background-color: rgb(200,130,238); }

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

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

 span { border-color: rgb(200,130,238); }

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