Html Css Color HEX #D38BCD Lilac

📋 copy color: '#D38BCD'

red 211 ◦ green 139 ◦ blue 205

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

Shades of Lilac #D38BCD

Tints of Lilac #D38BCD

RGB

 RED value IS 211 (82.81% from 255) = 38.02%

 GREEN value IS 139 (54.69% from 255) = 25.05%

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

R = 38.02%
G = 25.05%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D38BCD (or 0xD38BCD) is known color: Lilac. HEX triplet: D3, 8B and CD. RGB value is (211,139,205). Sum of RGB (Red+Green+Blue) = 211+139+205=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 139 (54.69% from 255 or 25.05% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 211 - color contains mainly: red. Hex color #D38BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38BCD is #2C7432. Grayscale: #A7A7A7. Windows color (decimal): -2913331 or 13470675. OLE color: 13470675.

HSL color Cylindrical-coordinate representation of color #D38BCD: hue angle of 305º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D38BCD is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 139 205 -
CMYK 0 0.34 0.03 0.17
HSL 305º 0.45% 0.69% -
HSV(B) 305º 0.34% 0.83% -
XYZ 47.12 36.72 62.36 -
YUV 168.05 148.85 158.63 -
System Red Green Blue C M Y K H S L
Decimal 211 139 205 0 0.34 0.03 0.17 305 0.45 0.69
Hex D3 8B CD 0 22 3 11 131 2D 45
Octal 323 213 315 0 42 3 21 461 55 105
Binary 11010011 10001011 11001101 0 100010 11 10001 100110001 101101 1000101

Color Harmonies of #D38BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38BCD

Black with #D38BCD

Text Example


Text Example

White with #D38BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38BCD; }

 p { color: rgb(211,139,205); }

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

background-color css

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

 a { background-color: rgb(211,139,205); }

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

border-color css

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

 span { border-color: rgb(211,139,205); }

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