Html Css Color HEX #D38CCC Lilac

📋 copy color: '#D38CCC'

red 211 ◦ green 140 ◦ blue 204

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

Shades of Lilac #D38CCC

Tints of Lilac #D38CCC

RGB

 RED value IS 211 (82.81% from 255) = 38.02%

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

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

R = 38.02%
G = 25.23%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D38CCC (or 0xD38CCC) is known color: Lilac. HEX triplet: D3, 8C and CC. RGB value is (211,140,204). Sum of RGB (Red+Green+Blue) = 211+140+204=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 140 (55.08% from 255 or 25.23% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 211 - color contains mainly: red. Hex color #D38CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38CCC is #2C7333. Grayscale: #A8A8A8. Windows color (decimal): -2913076 or 13405395. OLE color: 13405395.

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

Color convert

RGB 211 140 204 -
CMYK 0 0.34 0.03 0.17
HSL 305.92º 0.45% 0.69% -
HSV(B) 305.92º 0.34% 0.83% -
XYZ 47.14 36.96 61.78 -
YUV 168.53 148.02 158.3 -
System Red Green Blue C M Y K H S L
Decimal 211 140 204 0 0.34 0.03 0.17 305.92 0.45 0.69
Hex D3 8C CC 0 22 3 11 132 2D 45
Octal 323 214 314 0 42 3 21 462 55 105
Binary 11010011 10001100 11001100 0 100010 11 10001 100110010 101101 1000101

Color Harmonies of #D38CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38CCC

Black with #D38CCC

Text Example


Text Example

White with #D38CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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