Html Css Color HEX #D18CDE Wisteria

📋 copy color: '#D18CDE'

red 209 ◦ green 140 ◦ blue 222

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

Shades of Wisteria #D18CDE

Tints of Wisteria #D18CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.88%

R = 36.6%
G = 24.52%
B = 38.88%

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

#D18CDE (or 0xD18CDE) is known color: Wisteria. HEX triplet: D1, 8C and DE. RGB value is (209,140,222). Sum of RGB (Red+Green+Blue) = 209+140+222=571 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.60% from 571); Green value is 140 (55.08% from 255 or 24.52% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #D18CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18CDE is #2E7321. Grayscale: #A9A9A9. Windows color (decimal): -3044130 or 14585041. OLE color: 14585041.

HSL color Cylindrical-coordinate representation of color #D18CDE: hue angle of 290.49º degrees, saturation: 0.55, 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 #D18CDE is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 140 222 -
CMYK 0.06 0.37 0 0.13
HSL 290.49º 0.55% 0.71% -
HSV(B) 290.49º 0.37% 0.87% -
XYZ 48.86 37.59 73.79 -
YUV 169.98 157.36 155.83 -
System Red Green Blue C M Y K H S L
Decimal 209 140 222 0.06 0.37 0 0.13 290.49 0.55 0.71
Hex D1 8C DE 6 25 0 D 122 37 47
Octal 321 214 336 6 45 0 15 442 67 107
Binary 11010001 10001100 11011110 110 100101 0 1101 100100010 110111 1000111

Color Harmonies of #D18CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18CDE

Black with #D18CDE

Text Example


Text Example

White with #D18CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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