#CE7DB7

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

Shades of Lily #CE7DB7

Tints of Lily #CE7DB7

Color information

#CE7DB7 (or 0xCE7DB7) is unknown color: approx Lily. HEX triplet: CE, 7D and B7. RGB value is (206,125,183). Sum of RGB (Red+Green+Blue) = 206+125+183=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 183 (71.88% from 255 or 35.60% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7DB7 is #318248. Grayscale: #9B9B9B. Windows color (decimal): -3244617 or 12025294. OLE color: 12025294.

HSL color Cylindrical-coordinate representation of color #CE7DB7: hue angle of 317.04º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE7DB7 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB206125183-
CMYK00.390.110.19
HSL317.04º45.25%64.9%-
HSV(B)317.04º39.32%80.78%-
XYZ41.3331.2148.64-
YUV155.83143.34163.78-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.08%
GREEN value IS 125 (49.22% from 255) = 24.32%
BLUE value IS 183 (71.88% from 255) = 35.60%
R=40.08%
G=24.32%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612518300.390.110.19317.0445.2564.9
HexCE7DB7027B1313d2d41
Octal316175267047132347555101
Binary1100111011111011011011101001111011100111001111011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7DB7; }

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

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

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

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

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

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

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

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