Html Css Color HEX #D48CCB Lilac

📋 copy color: '#D48CCB'

red 212 ◦ green 140 ◦ blue 203

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

Shades of Lilac #D48CCB

Tints of Lilac #D48CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.58%

R = 38.2%
G = 25.23%
B = 36.58%

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

#D48CCB (or 0xD48CCB) is known color: Lilac. HEX triplet: D4, 8C and CB. RGB value is (212,140,203). Sum of RGB (Red+Green+Blue) = 212+140+203=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 140 (55.08% from 255 or 25.23% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 212 - color contains mainly: red. Hex color #D48CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48CCB is #2B7334. Grayscale: #A8A8A8. Windows color (decimal): -2847541 or 13339860. OLE color: 13339860.

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

Color convert

RGB 212 140 203 -
CMYK 0 0.34 0.04 0.17
HSL 307.5º 0.46% 0.69% -
HSV(B) 307.5º 0.34% 0.83% -
XYZ 47.31 37.07 61.16 -
YUV 168.71 147.35 158.88 -
System Red Green Blue C M Y K H S L
Decimal 212 140 203 0 0.34 0.04 0.17 307.5 0.46 0.69
Hex D4 8C CB 0 22 4 11 134 2E 45
Octal 324 214 313 0 42 4 21 464 56 105
Binary 11010100 10001100 11001011 0 100010 100 10001 100110100 101110 1000101

Color Harmonies of #D48CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48CCB

Black with #D48CCB

Text Example


Text Example

White with #D48CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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