Html Css Color HEX #D58CC7 Lilac

📋 copy color: '#D58CC7'

red 213 ◦ green 140 ◦ blue 199

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

Shades of Lilac #D58CC7

Tints of Lilac #D58CC7

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.36%

 BLUE value IS 199 (78.13% from 255) = 36.05%

R = 38.59%
G = 25.36%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D58CC7 (or 0xD58CC7) is known color: Lilac. HEX triplet: D5, 8C and C7. RGB value is (213,140,199). Sum of RGB (Red+Green+Blue) = 213+140+199=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 140 (55.08% from 255 or 25.36% from 552); Blue value is 199 (78.12% from 255 or 36.05% from 552); Max value from RGB is 213 - color contains mainly: red. Hex color #D58CC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58CC7 is #2A7338. Grayscale: #A8A8A8. Windows color (decimal): -2782009 or 13077717. OLE color: 13077717.

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

Color convert

RGB 213 140 199 -
CMYK 0 0.34 0.07 0.16
HSL 311.51º 0.46% 0.69% -
HSV(B) 311.51º 0.34% 0.84% -
XYZ 47.13 37.03 58.7 -
YUV 168.55 145.18 159.7 -
System Red Green Blue C M Y K H S L
Decimal 213 140 199 0 0.34 0.07 0.16 311.51 0.46 0.69
Hex D5 8C C7 0 22 7 10 138 2E 45
Octal 325 214 307 0 42 7 20 470 56 105
Binary 11010101 10001100 11000111 0 100010 111 10000 100111000 101110 1000101

Color Harmonies of #D58CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58CC7

Black with #D58CC7

Text Example


Text Example

White with #D58CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58CC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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