Html Css Color HEX #D48BC4 Lilac

📋 copy color: '#D48BC4'

red 212 ◦ green 139 ◦ blue 196

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

Shades of Lilac #D48BC4

Tints of Lilac #D48BC4

RGB

 RED value IS 212 (83.2% from 255) = 38.76%

 GREEN value IS 139 (54.69% from 255) = 25.41%

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

R = 38.76%
G = 25.41%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D48BC4 (or 0xD48BC4) is known color: Lilac. HEX triplet: D4, 8B and C4. RGB value is (212,139,196). Sum of RGB (Red+Green+Blue) = 212+139+196=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 139 (54.69% from 255 or 25.41% from 547); Blue value is 196 (76.95% from 255 or 35.83% from 547); Max value from RGB is 212 - color contains mainly: red. Hex color #D48BC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48BC4 is #2B743B. Grayscale: #A7A7A7. Windows color (decimal): -2847804 or 12880852. OLE color: 12880852.

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

Color convert

RGB 212 139 196 -
CMYK 0 0.34 0.08 0.17
HSL 313.15º 0.46% 0.69% -
HSV(B) 313.15º 0.34% 0.83% -
XYZ 46.35 36.45 56.82 -
YUV 167.33 144.18 159.87 -
System Red Green Blue C M Y K H S L
Decimal 212 139 196 0 0.34 0.08 0.17 313.15 0.46 0.69
Hex D4 8B C4 0 22 8 11 139 2E 45
Octal 324 213 304 0 42 10 21 471 56 105
Binary 11010100 10001011 11000100 0 100010 1000 10001 100111001 101110 1000101

Color Harmonies of #D48BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48BC4

Black with #D48BC4

Text Example


Text Example

White with #D48BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48BC4; }

 p { color: rgb(212,139,196); }

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

background-color css

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

 a { background-color: rgb(212,139,196); }

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

border-color css

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

 span { border-color: rgb(212,139,196); }

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