Html Css Color HEX #D096CD Lilac

📋 copy color: '#D096CD'

red 208 ◦ green 150 ◦ blue 205

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

Shades of Lilac #D096CD

Tints of Lilac #D096CD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.64%

 BLUE value IS 205 (80.47% from 255) = 36.41%

R = 36.94%
G = 26.64%
B = 36.41%

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

#D096CD (or 0xD096CD) is known color: Lilac. HEX triplet: D0, 96 and CD. RGB value is (208,150,205). Sum of RGB (Red+Green+Blue) = 208+150+205=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 208 - color contains mainly: red. Hex color #D096CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D096CD is #2F6932. Grayscale: #ADADAD. Windows color (decimal): -3107123 or 13473488. OLE color: 13473488.

HSL color Cylindrical-coordinate representation of color #D096CD: hue angle of 303.1º degrees, saturation: 0.38, 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 #D096CD is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 150 205 -
CMYK 0 0.28 0.01 0.18
HSL 303.1º 0.38% 0.7% -
HSV(B) 303.1º 0.28% 0.82% -
XYZ 47.94 39.63 62.88 -
YUV 173.61 145.72 152.53 -
System Red Green Blue C M Y K H S L
Decimal 208 150 205 0 0.28 0.01 0.18 303.1 0.38 0.7
Hex D0 96 CD 0 1C 1 12 12F 26 46
Octal 320 226 315 0 34 1 22 457 46 106
Binary 11010000 10010110 11001101 0 11100 1 10010 100101111 100110 1000110

Color Harmonies of #D096CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D096CD

Black with #D096CD

Text Example


Text Example

White with #D096CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D096CD; }

 p { color: rgb(208,150,205); }

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

background-color css

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

 a { background-color: rgb(208,150,205); }

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

border-color css

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

 span { border-color: rgb(208,150,205); }

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