#ce84ee

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

Shades of Heliotrope #CE84EE

Tints of Heliotrope #CE84EE

Color information

#CE84EE (or 0xCE84EE) is unknown color: approx Heliotrope. HEX triplet: CE, 84 and EE. RGB value is (206,132,238). Sum of RGB (Red+Green+Blue) = 206+132+238=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 132 (51.95% from 255 or 22.92% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE84EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE84EE is #317B11. Grayscale: #A5A5A5. Windows color (decimal): -3242770 or 15631566. OLE color: 15631566.

HSL color Cylindrical-coordinate representation of color #CE84EE: hue angle of 281.89º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE84EE is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB206132238-
CMYK0.130.4500.07
HSL281.89º75.71%72.55%-
HSV(B)281.89º44.54%93.33%-
XYZ49.1435.885.21-
YUV166.21168.52156.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.76%
GREEN value IS 132 (51.95% from 255) = 22.92%
BLUE value IS 238 (93.36% from 255) = 41.32%
R=35.76%
G=22.92%
B=41.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2061322380.130.4500.07281.8975.7172.55
HexCE84EED2D0711a4c49
Octal316204356155507432114111
Binary1100111010000100111011101101101101011110001101010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce84ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce84ee; }

 p { color: rgb(206,132,238); }

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

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

 a { background-color: rgb(206,132,238); }

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

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

 span { border-color: rgb(206,132,238); }

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