Html Css Color HEX #D48CCC Lilac

📋 copy color: '#D48CCC'

red 212 ◦ green 140 ◦ blue 204

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

Shades of Lilac #D48CCC

Tints of Lilac #D48CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.69%

R = 38.13%
G = 25.18%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D48CCC (or 0xD48CCC) is known color: Lilac. HEX triplet: D4, 8C and CC. RGB value is (212,140,204). Sum of RGB (Red+Green+Blue) = 212+140+204=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 140 (55.08% from 255 or 25.18% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 212 - color contains mainly: red. Hex color #D48CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48CCC is #2B7333. Grayscale: #A8A8A8. Windows color (decimal): -2847540 or 13405396. OLE color: 13405396.

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

Color convert

RGB 212 140 204 -
CMYK 0 0.34 0.04 0.17
HSL 306.67º 0.46% 0.69% -
HSV(B) 306.67º 0.34% 0.83% -
XYZ 47.43 37.11 61.79 -
YUV 168.82 147.85 158.8 -
System Red Green Blue C M Y K H S L
Decimal 212 140 204 0 0.34 0.04 0.17 306.67 0.46 0.69
Hex D4 8C CC 0 22 4 11 133 2E 45
Octal 324 214 314 0 42 4 21 463 56 105
Binary 11010100 10001100 11001100 0 100010 100 10001 100110011 101110 1000101

Color Harmonies of #D48CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48CCC

Black with #D48CCC

Text Example


Text Example

White with #D48CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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