Html Css Color HEX #D08CCA Lilac

📋 copy color: '#D08CCA'

red 208 ◦ green 140 ◦ blue 202

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

Shades of Lilac #D08CCA

Tints of Lilac #D08CCA

RGB

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

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

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

R = 37.82%
G = 25.45%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D08CCA (or 0xD08CCA) is known color: Lilac. HEX triplet: D0, 8C and CA. RGB value is (208,140,202). Sum of RGB (Red+Green+Blue) = 208+140+202=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 140 (55.08% from 255 or 25.45% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 208 - color contains mainly: red. Hex color #D08CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08CCA is #2F7335. Grayscale: #A7A7A7. Windows color (decimal): -3109686 or 13274320. OLE color: 13274320.

HSL color Cylindrical-coordinate representation of color #D08CCA: hue angle of 305.29º 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 #D08CCA is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 140 202 -
CMYK 0 0.33 0.03 0.18
HSL 305.29º 0.42% 0.68% -
HSV(B) 305.29º 0.33% 0.82% -
XYZ 46.05 36.43 60.48 -
YUV 167.4 147.53 156.96 -
System Red Green Blue C M Y K H S L
Decimal 208 140 202 0 0.33 0.03 0.18 305.29 0.42 0.68
Hex D0 8C CA 0 21 3 12 131 2A 44
Octal 320 214 312 0 41 3 22 461 52 104
Binary 11010000 10001100 11001010 0 100001 11 10010 100110001 101010 1000100

Color Harmonies of #D08CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08CCA

Black with #D08CCA

Text Example


Text Example

White with #D08CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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