Html Css Color HEX #D48BC6 Lilac

📋 copy color: '#D48BC6'

red 212 ◦ green 139 ◦ blue 198

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

Shades of Lilac #D48BC6

Tints of Lilac #D48BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.07%

R = 38.62%
G = 25.32%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#D48BC6 (or 0xD48BC6) is known color: Lilac. HEX triplet: D4, 8B and C6. RGB value is (212,139,198). Sum of RGB (Red+Green+Blue) = 212+139+198=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 139 (54.69% from 255 or 25.32% from 549); Blue value is 198 (77.73% from 255 or 36.07% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D48BC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48BC6 is #2B7439. Grayscale: #A7A7A7. Windows color (decimal): -2847802 or 13011924. OLE color: 13011924.

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

Color convert

RGB 212 139 198 -
CMYK 0 0.34 0.07 0.17
HSL 311.51º 0.46% 0.69% -
HSV(B) 311.51º 0.34% 0.83% -
XYZ 46.58 36.54 58.02 -
YUV 167.55 145.18 159.7 -
System Red Green Blue C M Y K H S L
Decimal 212 139 198 0 0.34 0.07 0.17 311.51 0.46 0.69
Hex D4 8B C6 0 22 7 11 138 2E 45
Octal 324 213 306 0 42 7 21 470 56 105
Binary 11010100 10001011 11000110 0 100010 111 10001 100111000 101110 1000101

Color Harmonies of #D48BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48BC6

Black with #D48BC6

Text Example


Text Example

White with #D48BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48BC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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