#CE6AED

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

Shades of Heliotrope #CE6AED

Tints of Heliotrope #CE6AED

Color information

#CE6AED (or 0xCE6AED) is unknown color: approx Heliotrope. HEX triplet: CE, 6A and ED. RGB value is (206,106,237). Sum of RGB (Red+Green+Blue) = 206+106+237=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 106 (41.80% from 255 or 19.31% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE6AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6AED is #319512. Grayscale: #969696. Windows color (decimal): -3249427 or 15559374. OLE color: 15559374.

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

Color convert

RGB206106237-
CMYK0.130.5500.07
HSL285.8º78.44%67.25%-
HSV(B)285.8º55.27%92.94%-
XYZ45.8929.5483.4-
YUV150.83176.63167.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.52%
GREEN value IS 106 (41.80% from 255) = 19.31%
BLUE value IS 237 (92.97% from 255) = 43.17%
R=37.52%
G=19.31%
B=43.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2061062370.130.5500.07285.878.4467.25
HexCE6AEDD370711e4e43
Octal316152355156707436116103
Binary110011101101010111011011101110111011110001111010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6AED; }

 p { color: rgb(206,106,237); }

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

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

 a { background-color: rgb(206,106,237); }

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

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

 span { border-color: rgb(206,106,237); }

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