Html Css Color HEX #D58CC4 Lilac

📋 copy color: '#D58CC4'

red 213 ◦ green 140 ◦ blue 196

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

Shades of Lilac #D58CC4

Tints of Lilac #D58CC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.7%

R = 38.8%
G = 25.5%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D58CC4 (or 0xD58CC4) is known color: 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

RGB 213 140 196 -
CMYK 0 0.34 0.08 0.16
HSL 313.97º 0.46% 0.69% -
HSV(B) 313.97º 0.34% 0.84% -
XYZ 46.78 36.89 56.88 -
YUV 168.21 143.68 159.95 -
System Red Green Blue C M Y K H S L
Decimal 213 140 196 0 0.34 0.08 0.16 313.97 0.46 0.69
Hex D5 8C C4 0 22 8 10 13A 2E 45
Octal 325 214 304 0 42 10 20 472 56 105
Binary 11010101 10001100 11000100 0 100010 1000 10000 100111010 101110 1000101

Color Harmonies of #D58CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58CC4

Black with #D58CC4

Text Example


Text Example

White with #D58CC4

Text Example


Text Example

HTML Codes & Css Web 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>