Html Css Color HEX #D18CDF Wisteria

📋 copy color: '#D18CDF'

red 209 ◦ green 140 ◦ blue 223

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

Shades of Wisteria #D18CDF

Tints of Wisteria #D18CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.99%

R = 36.54%
G = 24.48%
B = 38.99%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D18CDF (or 0xD18CDF) is known color: Wisteria. HEX triplet: D1, 8C and DF. RGB value is (209,140,223). Sum of RGB (Red+Green+Blue) = 209+140+223=572 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.54% from 572); Green value is 140 (55.08% from 255 or 24.48% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #D18CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18CDF is #2E7320. Grayscale: #A9A9A9. Windows color (decimal): -3044129 or 14650577. OLE color: 14650577.

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

Color convert

RGB 209 140 223 -
CMYK 0.06 0.37 0 0.13
HSL 289.88º 0.56% 0.71% -
HSV(B) 289.88º 0.37% 0.87% -
XYZ 48.99 37.64 74.49 -
YUV 170.09 157.86 155.75 -
System Red Green Blue C M Y K H S L
Decimal 209 140 223 0.06 0.37 0 0.13 289.88 0.56 0.71
Hex D1 8C DF 6 25 0 D 122 38 47
Octal 321 214 337 6 45 0 15 442 70 107
Binary 11010001 10001100 11011111 110 100101 0 1101 100100010 111000 1000111

Color Harmonies of #D18CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18CDF

Black with #D18CDF

Text Example


Text Example

White with #D18CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18CDF; }

 p { color: rgb(209,140,223); }

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

background-color css

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

 a { background-color: rgb(209,140,223); }

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

border-color css

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

 span { border-color: rgb(209,140,223); }

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