Html Css Color HEX #D48CC3 Lilac

📋 copy color: '#D48CC3'

red 212 ◦ green 140 ◦ blue 195

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

Shades of Lilac #D48CC3

Tints of Lilac #D48CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.65%

R = 38.76%
G = 25.59%
B = 35.65%

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

#D48CC3 (or 0xD48CC3) is known color: Lilac. HEX triplet: D4, 8C and C3. RGB value is (212,140,195). Sum of RGB (Red+Green+Blue) = 212+140+195=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 140 (55.08% from 255 or 25.59% from 547); Blue value is 195 (76.56% from 255 or 35.65% from 547); Max value from RGB is 212 - color contains mainly: red. Hex color #D48CC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48CC3 is #2B733C. Grayscale: #A7A7A7. Windows color (decimal): -2847549 or 12815572. OLE color: 12815572.

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

Color convert

RGB 212 140 195 -
CMYK 0 0.34 0.08 0.17
HSL 314.17º 0.46% 0.69% -
HSV(B) 314.17º 0.34% 0.83% -
XYZ 46.38 36.69 56.27 -
YUV 167.8 143.35 159.53 -
System Red Green Blue C M Y K H S L
Decimal 212 140 195 0 0.34 0.08 0.17 314.17 0.46 0.69
Hex D4 8C C3 0 22 8 11 13A 2E 45
Octal 324 214 303 0 42 10 21 472 56 105
Binary 11010100 10001100 11000011 0 100010 1000 10001 100111010 101110 1000101

Color Harmonies of #D48CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48CC3

Black with #D48CC3

Text Example


Text Example

White with #D48CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48CC3; }

 p { color: rgb(212,140,195); }

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

background-color css

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

 a { background-color: rgb(212,140,195); }

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

border-color css

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

 span { border-color: rgb(212,140,195); }

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