Html Css Color HEX #D58ECC Lilac

📋 copy color: '#D58ECC'

red 213 ◦ green 142 ◦ blue 204

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

Shades of Lilac #D58ECC

Tints of Lilac #D58ECC

RGB

 RED value IS 213 (83.59% from 255) = 38.1%

 GREEN value IS 142 (55.86% from 255) = 25.4%

 BLUE value IS 204 (80.08% from 255) = 36.49%

R = 38.1%
G = 25.4%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D58ECC (or 0xD58ECC) is known color: Lilac. HEX triplet: D5, 8E and CC. RGB value is (213,142,204). Sum of RGB (Red+Green+Blue) = 213+142+204=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 142 (55.86% from 255 or 25.40% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 213 - color contains mainly: red. Hex color #D58ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58ECC is #2A7133. Grayscale: #AAAAAA. Windows color (decimal): -2781492 or 13405909. OLE color: 13405909.

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

Color convert

RGB 213 142 204 -
CMYK 0 0.33 0.04 0.16
HSL 307.61º 0.46% 0.7% -
HSV(B) 307.61º 0.33% 0.84% -
XYZ 48.01 37.85 61.9 -
YUV 170.3 147.02 158.46 -
System Red Green Blue C M Y K H S L
Decimal 213 142 204 0 0.33 0.04 0.16 307.61 0.46 0.7
Hex D5 8E CC 0 21 4 10 134 2E 46
Octal 325 216 314 0 41 4 20 464 56 106
Binary 11010101 10001110 11001100 0 100001 100 10000 100110100 101110 1000110

Color Harmonies of #D58ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58ECC

Black with #D58ECC

Text Example


Text Example

White with #D58ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58ECC; }

 p { color: rgb(213,142,204); }

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

background-color css

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

 a { background-color: rgb(213,142,204); }

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

border-color css

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

 span { border-color: rgb(213,142,204); }

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