Html Css Color HEX #D7A1CB Lilac

📋 copy color: '#D7A1CB'

red 215 ◦ green 161 ◦ blue 203

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

Shades of Lilac #D7A1CB

Tints of Lilac #D7A1CB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 27.81%

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

R = 37.13%
G = 27.81%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D7A1CB (or 0xD7A1CB) is known color: Lilac. HEX triplet: D7, A1 and CB. RGB value is (215,161,203). Sum of RGB (Red+Green+Blue) = 215+161+203=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 161 (63.28% from 255 or 27.81% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A1CB is #285E34. Grayscale: #B5B5B5. Windows color (decimal): -2645557 or 13345239. OLE color: 13345239.

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

Color convert

RGB 215 161 203 -
CMYK 0 0.25 0.06 0.16
HSL 313.33º 0.4% 0.74% -
HSV(B) 313.33º 0.25% 0.84% -
XYZ 51.55 44.25 62.32 -
YUV 181.93 139.89 151.58 -
System Red Green Blue C M Y K H S L
Decimal 215 161 203 0 0.25 0.06 0.16 313.33 0.4 0.74
Hex D7 A1 CB 0 19 6 10 139 28 4A
Octal 327 241 313 0 31 6 20 471 50 112
Binary 11010111 10100001 11001011 0 11001 110 10000 100111001 101000 1001010

Color Harmonies of #D7A1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A1CB

Black with #D7A1CB

Text Example


Text Example

White with #D7A1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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