Html Css Color HEX #D08CCF Lilac

📋 copy color: '#D08CCF'

red 208 ◦ green 140 ◦ blue 207

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

Shades of Lilac #D08CCF

Tints of Lilac #D08CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.3%

R = 37.48%
G = 25.23%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D08CCF (or 0xD08CCF) is known color: Lilac. HEX triplet: D0, 8C and CF. RGB value is (208,140,207). Sum of RGB (Red+Green+Blue) = 208+140+207=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 140 (55.08% from 255 or 25.23% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 208 - color contains mainly: red. Hex color #D08CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08CCF is #2F7330. Grayscale: #A7A7A7. Windows color (decimal): -3109681 or 13602000. OLE color: 13602000.

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

Color convert

RGB 208 140 207 -
CMYK 0 0.33 0.00 0.18
HSL 300.88º 0.42% 0.68% -
HSV(B) 300.88º 0.33% 0.82% -
XYZ 46.65 36.67 63.65 -
YUV 167.97 150.03 156.55 -
System Red Green Blue C M Y K H S L
Decimal 208 140 207 0 0.33 0.00 0.18 300.88 0.42 0.68
Hex D0 8C CF 0 21 0 12 12D 2A 44
Octal 320 214 317 0 41 0 22 455 52 104
Binary 11010000 10001100 11001111 0 100001 0 10010 100101101 101010 1000100

Color Harmonies of #D08CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08CCF

Black with #D08CCF

Text Example


Text Example

White with #D08CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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