#D38CCC

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

Shades of Lilac #D38CCC

Tints of Lilac #D38CCC

Color information

#D38CCC (or 0xD38CCC) is unknown color: approx Lilac. HEX triplet: D3, 8C and CC. RGB value is (211,140,204). Sum of RGB (Red+Green+Blue) = 211+140+204=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 140 (55.08% from 255 or 25.23% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 211 - color contains mainly: red. Hex color #D38CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38CCC is #2C7333. Grayscale: #A8A8A8. Windows color (decimal): -2913076 or 13405395. OLE color: 13405395.

HSL color Cylindrical-coordinate representation of color #D38CCC: hue angle of 305.92º 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 #D38CCC is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB211140204-
CMYK00.340.030.17
HSL305.92º44.65%68.82%-
HSV(B)305.92º33.65%82.75%-
XYZ47.1436.9661.78-
YUV168.52148.02158.3-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.02%
GREEN value IS 140 (55.08% from 255) = 25.23%
BLUE value IS 204 (80.08% from 255) = 36.76%
R=38.02%
G=25.23%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114020400.340.030.17305.9244.6568.82
HexD38CCC0223111322d45
Octal32321431404232146255105
Binary110100111000110011001100010001011100011001100101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38CCC; }

 p { color: rgb(211,140,204); }

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

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

 a { background-color: rgb(211,140,204); }

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

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

 span { border-color: rgb(211,140,204); }

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