Html Css Color HEX #D795CB Lilac

📋 copy color: '#D795CB'

red 215 ◦ green 149 ◦ blue 203

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

Shades of Lilac #D795CB

Tints of Lilac #D795CB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.28%

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

R = 37.92%
G = 26.28%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D795CB (or 0xD795CB) is known color: Lilac. HEX triplet: D7, 95 and CB. RGB value is (215,149,203). Sum of RGB (Red+Green+Blue) = 215+149+203=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 215 - color contains mainly: red. Hex color #D795CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D795CB is #286A34. Grayscale: #AEAEAE. Windows color (decimal): -2648629 or 13342167. OLE color: 13342167.

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

Color convert

RGB 215 149 203 -
CMYK 0 0.31 0.06 0.16
HSL 310.91º 0.45% 0.71% -
HSV(B) 310.91º 0.31% 0.84% -
XYZ 49.55 40.25 61.66 -
YUV 174.89 143.87 156.61 -
System Red Green Blue C M Y K H S L
Decimal 215 149 203 0 0.31 0.06 0.16 310.91 0.45 0.71
Hex D7 95 CB 0 1F 6 10 137 2D 47
Octal 327 225 313 0 37 6 20 467 55 107
Binary 11010111 10010101 11001011 0 11111 110 10000 100110111 101101 1000111

Color Harmonies of #D795CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D795CB

Black with #D795CB

Text Example


Text Example

White with #D795CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D795CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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