Html Css Color HEX #D48BC5 Lilac

📋 copy color: '#D48BC5'

red 212 ◦ green 139 ◦ blue 197

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

Shades of Lilac #D48BC5

Tints of Lilac #D48BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.95%

R = 38.69%
G = 25.36%
B = 35.95%

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

#D48BC5 (or 0xD48BC5) is known color: Lilac. HEX triplet: D4, 8B and C5. RGB value is (212,139,197). Sum of RGB (Red+Green+Blue) = 212+139+197=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 139 (54.69% from 255 or 25.36% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 212 - color contains mainly: red. Hex color #D48BC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48BC5 is #2B743A. Grayscale: #A7A7A7. Windows color (decimal): -2847803 or 12946388. OLE color: 12946388.

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

Color convert

RGB 212 139 197 -
CMYK 0 0.34 0.07 0.17
HSL 312.33º 0.46% 0.69% -
HSV(B) 312.33º 0.34% 0.83% -
XYZ 46.46 36.49 57.42 -
YUV 167.44 144.68 159.78 -
System Red Green Blue C M Y K H S L
Decimal 212 139 197 0 0.34 0.07 0.17 312.33 0.46 0.69
Hex D4 8B C5 0 22 7 11 138 2E 45
Octal 324 213 305 0 42 7 21 470 56 105
Binary 11010100 10001011 11000101 0 100010 111 10001 100111000 101110 1000101

Color Harmonies of #D48BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48BC5

Black with #D48BC5

Text Example


Text Example

White with #D48BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48BC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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