#CE7EEE

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

Shades of Heliotrope #CE7EEE

Tints of Heliotrope #CE7EEE

Color information

#CE7EEE (or 0xCE7EEE) is unknown color: approx Heliotrope. HEX triplet: CE, 7E and EE. RGB value is (206,126,238). Sum of RGB (Red+Green+Blue) = 206+126+238=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 126 (49.61% from 255 or 22.11% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE7EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7EEE is #318111. Grayscale: #A2A2A2. Windows color (decimal): -3244306 or 15630030. OLE color: 15630030.

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

Color convert

RGB206126238-
CMYK0.130.4700.07
HSL282.86º76.71%71.37%-
HSV(B)282.86º47.06%93.33%-
XYZ48.3534.2284.95-
YUV162.69170.5158.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.14%
GREEN value IS 126 (49.61% from 255) = 22.11%
BLUE value IS 238 (93.36% from 255) = 41.75%
R=36.14%
G=22.11%
B=41.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2061262380.130.4700.07282.8676.7171.37
HexCE7EEED2F0711b4d47
Octal316176356155707433115107
Binary110011101111110111011101101101111011110001101110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7EEE; }

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

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

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

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

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

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

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

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