Html Css Color HEX #D38CCE Lilac

📋 copy color: '#D38CCE'

red 211 ◦ green 140 ◦ blue 206

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

Shades of Lilac #D38CCE

Tints of Lilac #D38CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.98%

R = 37.88%
G = 25.13%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D38CCE (or 0xD38CCE) is known color: Lilac. HEX triplet: D3, 8C and CE. RGB value is (211,140,206). Sum of RGB (Red+Green+Blue) = 211+140+206=557 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.88% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 211 - color contains mainly: red. Hex color #D38CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38CCE is #2C7331. Grayscale: #A8A8A8. Windows color (decimal): -2913074 or 13536467. OLE color: 13536467.

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

Color convert

RGB 211 140 206 -
CMYK 0 0.34 0.02 0.17
HSL 304.23º 0.45% 0.69% -
HSV(B) 304.23º 0.34% 0.83% -
XYZ 47.38 37.06 63.05 -
YUV 168.75 149.02 158.13 -
System Red Green Blue C M Y K H S L
Decimal 211 140 206 0 0.34 0.02 0.17 304.23 0.45 0.69
Hex D3 8C CE 0 22 2 11 130 2D 45
Octal 323 214 316 0 42 2 21 460 55 105
Binary 11010011 10001100 11001110 0 100010 10 10001 100110000 101101 1000101

Color Harmonies of #D38CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38CCE

Black with #D38CCE

Text Example


Text Example

White with #D38CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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