#CE7DF2

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

Shades of Heliotrope #CE7DF2

Tints of Heliotrope #CE7DF2

Color information

#CE7DF2 (or 0xCE7DF2) is unknown color: approx Heliotrope. HEX triplet: CE, 7D and F2. RGB value is (206,125,242). Sum of RGB (Red+Green+Blue) = 206+125+242=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 125 (49.22% from 255 or 21.82% from 573); Blue value is 242 (94.92% from 255 or 42.23% from 573); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE7DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7DF2 is #31820D. Grayscale: #A2A2A2. Windows color (decimal): -3244558 or 15891918. OLE color: 15891918.

HSL color Cylindrical-coordinate representation of color #CE7DF2: hue angle of 281.54º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE7DF2 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB206125242-
CMYK0.150.4800.05
HSL281.54º81.82%71.96%-
HSV(B)281.54º48.35%94.9%-
XYZ48.8134.288.03-
YUV162.56172.84158.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.95%
GREEN value IS 125 (49.22% from 255) = 21.82%
BLUE value IS 242 (94.92% from 255) = 42.23%
R=35.95%
G=21.82%
B=42.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2061252420.150.4800.05281.5481.8271.96
HexCE7DF2F300511a5248
Octal316175362176005432122110
Binary110011101111101111100101111110000010110001101010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7DF2; }

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

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

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

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

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

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

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

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