Html Css Color HEX #D08FC2 Lilac

📋 copy color: '#D08FC2'

red 208 ◦ green 143 ◦ blue 194

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

Shades of Lilac #D08FC2

Tints of Lilac #D08FC2

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.24%

 BLUE value IS 194 (76.17% from 255) = 35.6%

R = 38.17%
G = 26.24%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D08FC2 (or 0xD08FC2) is known color: Lilac. HEX triplet: D0, 8F and C2. RGB value is (208,143,194). Sum of RGB (Red+Green+Blue) = 208+143+194=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 143 (56.25% from 255 or 26.24% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 208 - color contains mainly: red. Hex color #D08FC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08FC2 is #2F703D. Grayscale: #A8A8A8. Windows color (decimal): -3108926 or 12750800. OLE color: 12750800.

HSL color Cylindrical-coordinate representation of color #D08FC2: hue angle of 312.92º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D08FC2 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 143 194 -
CMYK 0 0.31 0.07 0.18
HSL 312.92º 0.41% 0.69% -
HSV(B) 312.92º 0.31% 0.82% -
XYZ 45.57 36.95 55.77 -
YUV 168.25 142.53 156.35 -
System Red Green Blue C M Y K H S L
Decimal 208 143 194 0 0.31 0.07 0.18 312.92 0.41 0.69
Hex D0 8F C2 0 1F 7 12 139 29 45
Octal 320 217 302 0 37 7 22 471 51 105
Binary 11010000 10001111 11000010 0 11111 111 10010 100111001 101001 1000101

Color Harmonies of #D08FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08FC2

Black with #D08FC2

Text Example


Text Example

White with #D08FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08FC2; }

 p { color: rgb(208,143,194); }

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

background-color css

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

 a { background-color: rgb(208,143,194); }

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

border-color css

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

 span { border-color: rgb(208,143,194); }

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