#D58CC4

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

Shades of Lilac #D58CC4

Tints of Lilac #D58CC4

Color information

#D58CC4 (or 0xD58CC4) is unknown color: approx Lilac. HEX triplet: D5, 8C and C4. RGB value is (213,140,196). Sum of RGB (Red+Green+Blue) = 213+140+196=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 140 (55.08% from 255 or 25.50% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D58CC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58CC4 is #2A733B. Grayscale: #A8A8A8. Windows color (decimal): -2782012 or 12881109. OLE color: 12881109.

HSL color Cylindrical-coordinate representation of color #D58CC4: hue angle of 313.97º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D58CC4 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB213140196-
CMYK00.340.080.16
HSL313.97º46.5%69.22%-
HSV(B)313.97º34.27%83.53%-
XYZ46.7836.8956.88-
YUV168.21143.68159.95-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.80%
GREEN value IS 140 (55.08% from 255) = 25.50%
BLUE value IS 196 (76.95% from 255) = 35.70%
R=38.80%
G=25.50%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314019600.340.080.16313.9746.569.22
HexD58CC402281013a2e45
Octal325214304042102047256105
Binary11010101100011001100010001000101000100001001110101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58CC4; }

 p { color: rgb(213,140,196); }

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

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

 a { background-color: rgb(213,140,196); }

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

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

 span { border-color: rgb(213,140,196); }

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