#CE7EEB

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

Shades of Heliotrope #CE7EEB

Tints of Heliotrope #CE7EEB

Color information

#CE7EEB (or 0xCE7EEB) is unknown color: approx Heliotrope. HEX triplet: CE, 7E and EB. RGB value is (206,126,235). Sum of RGB (Red+Green+Blue) = 206+126+235=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 126 (49.61% from 255 or 22.22% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE7EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7EEB is #318114. Grayscale: #A1A1A1. Windows color (decimal): -3244309 or 15433422. OLE color: 15433422.

HSL color Cylindrical-coordinate representation of color #CE7EEB: hue angle of 284.04º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE7EEB is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB206126235-
CMYK0.120.4600.08
HSL284.04º73.15%70.78%-
HSV(B)284.04º46.38%92.16%-
XYZ47.9134.0482.64-
YUV162.35169159.14-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.33%
GREEN value IS 126 (49.61% from 255) = 22.22%
BLUE value IS 235 (92.19% from 255) = 41.45%
R=36.33%
G=22.22%
B=41.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2061262350.120.4600.08284.0473.1570.78
HexCE7EEBC2E0811c4947
Octal3161763531456010434111107
Binary1100111011111101110101111001011100100010001110010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7EEB; }

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

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

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

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

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

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

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

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