Html Css Color HEX #D08CCD Lilac

📋 copy color: '#D08CCD'

red 208 ◦ green 140 ◦ blue 205

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

Shades of Lilac #D08CCD

Tints of Lilac #D08CCD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.32%

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

R = 37.61%
G = 25.32%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D08CCD (or 0xD08CCD) is known color: Lilac. HEX triplet: D0, 8C and CD. RGB value is (208,140,205). Sum of RGB (Red+Green+Blue) = 208+140+205=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 140 (55.08% from 255 or 25.32% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 208 - color contains mainly: red. Hex color #D08CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08CCD is #2F7332. Grayscale: #A7A7A7. Windows color (decimal): -3109683 or 13470928. OLE color: 13470928.

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

Color convert

RGB 208 140 205 -
CMYK 0 0.33 0.01 0.18
HSL 302.65º 0.42% 0.68% -
HSV(B) 302.65º 0.33% 0.82% -
XYZ 46.41 36.57 62.37 -
YUV 167.74 149.03 156.71 -
System Red Green Blue C M Y K H S L
Decimal 208 140 205 0 0.33 0.01 0.18 302.65 0.42 0.68
Hex D0 8C CD 0 21 1 12 12F 2A 44
Octal 320 214 315 0 41 1 22 457 52 104
Binary 11010000 10001100 11001101 0 100001 1 10010 100101111 101010 1000100

Color Harmonies of #D08CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08CCD

Black with #D08CCD

Text Example


Text Example

White with #D08CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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