Html Css Color HEX #D18EDD Wisteria

📋 copy color: '#D18EDD'

red 209 ◦ green 142 ◦ blue 221

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

Shades of Wisteria #D18EDD

Tints of Wisteria #D18EDD

RGB

 RED value IS 209 (82.03% from 255) = 36.54%

 GREEN value IS 142 (55.86% from 255) = 24.83%

 BLUE value IS 221 (86.72% from 255) = 38.64%

R = 36.54%
G = 24.83%
B = 38.64%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D18EDD (or 0xD18EDD) is known color: Wisteria. HEX triplet: D1, 8E and DD. RGB value is (209,142,221). Sum of RGB (Red+Green+Blue) = 209+142+221=572 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.54% from 572); Green value is 142 (55.86% from 255 or 24.83% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #D18EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18EDD is #2E7122. Grayscale: #AAAAAA. Windows color (decimal): -3043619 or 14520017. OLE color: 14520017.

HSL color Cylindrical-coordinate representation of color #D18EDD: hue angle of 290.89º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D18EDD is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 142 221 -
CMYK 0.05 0.36 0 0.13
HSL 290.89º 0.54% 0.71% -
HSV(B) 290.89º 0.36% 0.87% -
XYZ 49.02 38.12 73.18 -
YUV 171.04 156.2 155.08 -
System Red Green Blue C M Y K H S L
Decimal 209 142 221 0.05 0.36 0 0.13 290.89 0.54 0.71
Hex D1 8E DD 5 24 0 D 123 36 47
Octal 321 216 335 5 44 0 15 443 66 107
Binary 11010001 10001110 11011101 101 100100 0 1101 100100011 110110 1000111

Color Harmonies of #D18EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18EDD

Black with #D18EDD

Text Example


Text Example

White with #D18EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18EDD; }

 p { color: rgb(209,142,221); }

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

background-color css

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

 a { background-color: rgb(209,142,221); }

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

border-color css

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

 span { border-color: rgb(209,142,221); }

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