#CE7DEA

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

Shades of Heliotrope #CE7DEA

Tints of Heliotrope #CE7DEA

Color information

#CE7DEA (or 0xCE7DEA) is unknown color: approx Heliotrope. HEX triplet: CE, 7D and EA. RGB value is (206,125,234). Sum of RGB (Red+Green+Blue) = 206+125+234=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 125 (49.22% from 255 or 22.12% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE7DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7DEA is #318215. Grayscale: #A1A1A1. Windows color (decimal): -3244566 or 15367630. OLE color: 15367630.

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

Color convert

RGB206125234-
CMYK0.120.4700.08
HSL284.59º72.19%70.39%-
HSV(B)284.59º46.58%91.76%-
XYZ47.6433.7381.84-
YUV161.64168.84159.64-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.46%
GREEN value IS 125 (49.22% from 255) = 22.12%
BLUE value IS 234 (91.80% from 255) = 41.42%
R=36.46%
G=22.12%
B=41.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2061252340.120.4700.08284.5972.1970.39
HexCE7DEAC2F0811d4846
Octal3161753521457010435110106
Binary1100111011111011110101011001011110100010001110110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7DEA; }

 p { color: rgb(206,125,234); }

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

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

 a { background-color: rgb(206,125,234); }

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

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

 span { border-color: rgb(206,125,234); }

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