#CE6EFF

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

Shades of Heliotrope #CE6EFF

Tints of Heliotrope #CE6EFF

Color information

#CE6EFF (or 0xCE6EFF) is unknown color: approx Heliotrope. HEX triplet: CE, 6E and FF. RGB value is (206,110,255). Sum of RGB (Red+Green+Blue) = 206+110+255=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 110 (43.36% from 255 or 19.26% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE6EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6EFF is #319100. Grayscale: #9A9A9A. Windows color (decimal): -3248385 or 16740046. OLE color: 16740046.

HSL color Cylindrical-coordinate representation of color #CE6EFF: hue angle of 279.72º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE6EFF is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB206110255-
CMYK0.190.5700
HSL279.72º100%71.57%-
HSV(B)279.72º56.86%100%-
XYZ49.0831.4998.1-
YUV155.23184.3164.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.08%
GREEN value IS 110 (43.36% from 255) = 19.26%
BLUE value IS 255 (100% from 255) = 44.66%
R=36.08%
G=19.26%
B=44.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2061102550.190.5700279.7210071.57
HexCE6EFF1339001186448
Octal316156377237100430144110
Binary11001110110111011111111100111110010010001100011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6EFF; }

 p { color: rgb(206,110,255); }

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

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

 a { background-color: rgb(206,110,255); }

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

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

 span { border-color: rgb(206,110,255); }

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