#D38FC4

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

Shades of Lilac #D38FC4

Tints of Lilac #D38FC4

Color information

#D38FC4 (or 0xD38FC4) is unknown color: approx Lilac. HEX triplet: D3, 8F and C4. RGB value is (211,143,196). Sum of RGB (Red+Green+Blue) = 211+143+196=550 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.36% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 196 (76.95% from 255 or 35.64% from 550); Max value from RGB is 211 - color contains mainly: red. Hex color #D38FC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38FC4 is #2C703B. Grayscale: #A9A9A9. Windows color (decimal): -2912316 or 12881875. OLE color: 12881875.

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

Color convert

RGB211143196-
CMYK00.320.070.17
HSL313.24º43.59%69.41%-
HSV(B)313.24º32.23%82.75%-
XYZ46.6537.4857-
YUV169.37143.03157.69-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.36%
GREEN value IS 143 (56.25% from 255) = 26%
BLUE value IS 196 (76.95% from 255) = 35.64%
R=38.36%
G=26%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114319600.320.070.17313.2443.5969.41
HexD38FC40207111392c45
Octal32321730404072147154105
Binary1101001110001111110001000100000111100011001110011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38FC4; }

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

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

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

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

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

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

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

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