#CE68ED

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

Shades of Heliotrope #CE68ED

Tints of Heliotrope #CE68ED

Color information

#CE68ED (or 0xCE68ED) is unknown color: approx Heliotrope. HEX triplet: CE, 68 and ED. RGB value is (206,104,237). Sum of RGB (Red+Green+Blue) = 206+104+237=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 104 (41.02% from 255 or 19.01% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE68ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE68ED is #319712. Grayscale: #959595. Windows color (decimal): -3249939 or 15558862. OLE color: 15558862.

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

Color convert

RGB206104237-
CMYK0.130.5600.07
HSL286.02º78.7%66.86%-
HSV(B)286.02º56.12%92.94%-
XYZ45.6929.1483.34-
YUV149.66177.29168.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.66%
GREEN value IS 104 (41.02% from 255) = 19.01%
BLUE value IS 237 (92.97% from 255) = 43.33%
R=37.66%
G=19.01%
B=43.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2061042370.130.5600.07286.0278.766.86
HexCE68EDD380711e4f43
Octal316150355157007436117103
Binary110011101101000111011011101111000011110001111010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE68ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE68ED; }

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

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

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

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

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

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

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

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