Html Css Color HEX #D08FD0 Lilac

📋 copy color: '#D08FD0'

red 208 ◦ green 143 ◦ blue 208

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

Shades of Lilac #D08FD0

Tints of Lilac #D08FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.21%

R = 37.21%
G = 25.58%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D08FD0 (or 0xD08FD0) is known color: Lilac. HEX triplet: D0, 8F and D0. RGB value is (208,143,208). Sum of RGB (Red+Green+Blue) = 208+143+208=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 208 (81.64% from 255 or 37.21% from 559); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D08FD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08FD0 is #2F702F. Grayscale: #A9A9A9. Windows color (decimal): -3108912 or 13668304. OLE color: 13668304.

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

Color convert

RGB 208 143 208 -
CMYK 0 0.31 0 0.18
HSL 300º 0.41% 0.69% -
HSV(B) 300º 0.31% 0.82% -
XYZ 47.22 37.61 64.44 -
YUV 169.85 149.53 155.21 -
System Red Green Blue C M Y K H S L
Decimal 208 143 208 0 0.31 0 0.18 300 0.41 0.69
Hex D0 8F D0 0 1F 0 12 12C 29 45
Octal 320 217 320 0 37 0 22 454 51 105
Binary 11010000 10001111 11010000 0 11111 0 10010 100101100 101001 1000101

Color Harmonies of #D08FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08FD0

Black with #D08FD0

Text Example


Text Example

White with #D08FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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