Html Css Color HEX #CE7DB7 Lily

📋 copy color: '#CE7DB7'

red 206 ◦ green 125 ◦ blue 183

#CE7DB7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #CE7DB7

Tints of Lily #CE7DB7

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.6%

R = 40.08%
G = 24.32%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CE7DB7 (or 0xCE7DB7) is known color: 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

RGB 206 125 183 -
CMYK 0 0.39 0.11 0.19
HSL 317.04º 0.45% 0.65% -
HSV(B) 317.04º 0.39% 0.81% -
XYZ 41.33 31.21 48.64 -
YUV 155.83 143.34 163.78 -
System Red Green Blue C M Y K H S L
Decimal 206 125 183 0 0.39 0.11 0.19 317.04 0.45 0.65
Hex CE 7D B7 0 27 B 13 13D 2D 41
Octal 316 175 267 0 47 13 23 475 55 101
Binary 11001110 1111101 10110111 0 100111 1011 10011 100111101 101101 1000001

Color Harmonies of #CE7DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7DB7

Black with #CE7DB7

Text Example


Text Example

White with #CE7DB7

Text Example


Text Example

HTML Codes & Css Web 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>