Html Css Color HEX #D795CA Lilac

📋 copy color: '#D795CA'

red 215 ◦ green 149 ◦ blue 202

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

Shades of Lilac #D795CA

Tints of Lilac #D795CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.69%

R = 37.99%
G = 26.33%
B = 35.69%

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

#D795CA (or 0xD795CA) is known color: Lilac. HEX triplet: D7, 95 and CA. RGB value is (215,149,202). Sum of RGB (Red+Green+Blue) = 215+149+202=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 149 (58.59% from 255 or 26.33% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 215 - color contains mainly: red. Hex color #D795CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D795CA is #286A35. Grayscale: #AEAEAE. Windows color (decimal): -2648630 or 13276631. OLE color: 13276631.

HSL color Cylindrical-coordinate representation of color #D795CA: hue angle of 311.82º 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 #D795CA is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 149 202 -
CMYK 0 0.31 0.06 0.16
HSL 311.82º 0.45% 0.71% -
HSV(B) 311.82º 0.31% 0.84% -
XYZ 49.43 40.21 61.03 -
YUV 174.78 143.37 156.69 -
System Red Green Blue C M Y K H S L
Decimal 215 149 202 0 0.31 0.06 0.16 311.82 0.45 0.71
Hex D7 95 CA 0 1F 6 10 138 2D 47
Octal 327 225 312 0 37 6 20 470 55 107
Binary 11010111 10010101 11001010 0 11111 110 10000 100111000 101101 1000111

Color Harmonies of #D795CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D795CA

Black with #D795CA

Text Example


Text Example

White with #D795CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D795CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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