Html Css Color HEX #D095CE Lilac

📋 copy color: '#D095CE'

red 208 ◦ green 149 ◦ blue 206

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

Shades of Lilac #D095CE

Tints of Lilac #D095CE

RGB

 RED value IS 208 (81.64% from 255) = 36.94%

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

 BLUE value IS 206 (80.86% from 255) = 36.59%

R = 36.94%
G = 26.47%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D095CE (or 0xD095CE) is known color: Lilac. HEX triplet: D0, 95 and CE. RGB value is (208,149,206). Sum of RGB (Red+Green+Blue) = 208+149+206=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 208 - color contains mainly: red. Hex color #D095CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D095CE is #2F6A31. Grayscale: #ACACAC. Windows color (decimal): -3107378 or 13538768. OLE color: 13538768.

HSL color Cylindrical-coordinate representation of color #D095CE: hue angle of 302.03º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D095CE is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 149 206 -
CMYK 0 0.28 0.01 0.18
HSL 302.03º 0.39% 0.7% -
HSV(B) 302.03º 0.28% 0.82% -
XYZ 47.9 39.36 63.47 -
YUV 173.14 146.55 152.87 -
System Red Green Blue C M Y K H S L
Decimal 208 149 206 0 0.28 0.01 0.18 302.03 0.39 0.7
Hex D0 95 CE 0 1C 1 12 12E 27 46
Octal 320 225 316 0 34 1 22 456 47 106
Binary 11010000 10010101 11001110 0 11100 1 10010 100101110 100111 1000110

Color Harmonies of #D095CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D095CE

Black with #D095CE

Text Example


Text Example

White with #D095CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D095CE; }

 p { color: rgb(208,149,206); }

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

background-color css

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

 a { background-color: rgb(208,149,206); }

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

border-color css

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

 span { border-color: rgb(208,149,206); }

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