#D38FCD

Color #D38FCD Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #D38FCD

Tints of Lilac #D38FCD

Color information

#D38FCD (or 0xD38FCD) is unknown color: approx Lilac. HEX triplet: D3, 8F and CD. RGB value is (211,143,205). Sum of RGB (Red+Green+Blue) = 211+143+205=559 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.75% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 211 - color contains mainly: red. Hex color #D38FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38FCD is #2C7032. Grayscale: #AAAAAA. Windows color (decimal): -2912307 or 13471699. OLE color: 13471699.

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

Color convert

RGB211143205-
CMYK00.320.030.17
HSL305.29º43.59%69.41%-
HSV(B)305.29º32.23%82.75%-
XYZ47.7137.962.56-
YUV170.4147.53156.96-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.75%
GREEN value IS 143 (56.25% from 255) = 25.58%
BLUE value IS 205 (80.47% from 255) = 36.67%
R=37.75%
G=25.58%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114320500.320.030.17305.2943.5969.41
HexD38FCD0203111312c45
Octal32321731504032146154105
Binary110100111000111111001101010000011100011001100011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38FCD; }

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

 H1.HeaderClassName
 {
   color: #D38FCD;
 }
 .AnyTagClassName
 {
   color: #D38FCD;
 }
</style>
background-color css

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

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

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

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

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

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