Html Css Color HEX #D58FCD Lilac

📋 copy color: '#D58FCD'

red 213 ◦ green 143 ◦ blue 205

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

Shades of Lilac #D58FCD

Tints of Lilac #D58FCD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.49%

 BLUE value IS 205 (80.47% from 255) = 36.54%

R = 37.97%
G = 25.49%
B = 36.54%

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

#D58FCD (or 0xD58FCD) is known color: Lilac. HEX triplet: D5, 8F and CD. RGB value is (213,143,205). Sum of RGB (Red+Green+Blue) = 213+143+205=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 143 (56.25% from 255 or 25.49% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 213 - color contains mainly: red. Hex color #D58FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58FCD is #2A7032. Grayscale: #AAAAAA. Windows color (decimal): -2781235 or 13471701. OLE color: 13471701.

HSL color Cylindrical-coordinate representation of color #D58FCD: hue angle of 306.86º degrees, saturation: 0.45, 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 #D58FCD is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 143 205 -
CMYK 0 0.33 0.04 0.16
HSL 306.86º 0.45% 0.7% -
HSV(B) 306.86º 0.33% 0.84% -
XYZ 48.28 38.2 62.59 -
YUV 171 147.19 157.96 -
System Red Green Blue C M Y K H S L
Decimal 213 143 205 0 0.33 0.04 0.16 306.86 0.45 0.7
Hex D5 8F CD 0 21 4 10 133 2D 46
Octal 325 217 315 0 41 4 20 463 55 106
Binary 11010101 10001111 11001101 0 100001 100 10000 100110011 101101 1000110

Color Harmonies of #D58FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58FCD

Black with #D58FCD

Text Example


Text Example

White with #D58FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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