Html Css Color HEX #D7A0CB Lilac

📋 copy color: '#D7A0CB'

red 215 ◦ green 160 ◦ blue 203

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

Shades of Lilac #D7A0CB

Tints of Lilac #D7A0CB

RGB

 RED value IS 215 (84.38% from 255) = 37.2%

 GREEN value IS 160 (62.89% from 255) = 27.68%

 BLUE value IS 203 (79.69% from 255) = 35.12%

R = 37.2%
G = 27.68%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D7A0CB (or 0xD7A0CB) is known color: Lilac. HEX triplet: D7, A0 and CB. RGB value is (215,160,203). Sum of RGB (Red+Green+Blue) = 215+160+203=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 160 (62.89% from 255 or 27.68% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A0CB is #285F34. Grayscale: #B5B5B5. Windows color (decimal): -2645813 or 13344983. OLE color: 13344983.

HSL color Cylindrical-coordinate representation of color #D7A0CB: hue angle of 313.09º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7A0CB is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 160 203 -
CMYK 0 0.26 0.06 0.16
HSL 313.09º 0.41% 0.74% -
HSV(B) 313.09º 0.26% 0.84% -
XYZ 51.37 43.9 62.27 -
YUV 181.35 140.22 152 -
System Red Green Blue C M Y K H S L
Decimal 215 160 203 0 0.26 0.06 0.16 313.09 0.41 0.74
Hex D7 A0 CB 0 1A 6 10 139 29 4A
Octal 327 240 313 0 32 6 20 471 51 112
Binary 11010111 10100000 11001011 0 11010 110 10000 100111001 101001 1001010

Color Harmonies of #D7A0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A0CB

Black with #D7A0CB

Text Example


Text Example

White with #D7A0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A0CB; }

 p { color: rgb(215,160,203); }

 H1.HeaderClassName
 {
   color: #D7A0CB;
 }
 .AnyTagClassName
 {
   color: #D7A0CB;
 }
</style>

background-color css

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

 a { background-color: rgb(215,160,203); }

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

border-color css

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

 span { border-color: rgb(215,160,203); }

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