Html Css Color HEX #D196E0 Wisteria

📋 copy color: '#D196E0'

red 209 ◦ green 150 ◦ blue 224

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

Shades of Wisteria #D196E0

Tints of Wisteria #D196E0

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.73%

 BLUE value IS 224 (87.89% from 255) = 38.42%

R = 35.85%
G = 25.73%
B = 38.42%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D196E0 (or 0xD196E0) is known color: Wisteria. HEX triplet: D1, 96 and E0. RGB value is (209,150,224). Sum of RGB (Red+Green+Blue) = 209+150+224=583 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.85% from 583); Green value is 150 (58.98% from 255 or 25.73% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 224 - color contains mainly: blue. Hex color #D196E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D196E0 is #2E691F. Grayscale: #AFAFAF. Windows color (decimal): -3041568 or 14718673. OLE color: 14718673.

HSL color Cylindrical-coordinate representation of color #D196E0: hue angle of 287.84º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D196E0 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 150 224 -
CMYK 0.07 0.33 0 0.12
HSL 287.84º 0.54% 0.73% -
HSV(B) 287.84º 0.33% 0.88% -
XYZ 50.66 40.75 75.72 -
YUV 176.08 155.05 151.48 -
System Red Green Blue C M Y K H S L
Decimal 209 150 224 0.07 0.33 0 0.12 287.84 0.54 0.73
Hex D1 96 E0 7 21 0 C 120 36 49
Octal 321 226 340 7 41 0 14 440 66 111
Binary 11010001 10010110 11100000 111 100001 0 1100 100100000 110110 1001001

Color Harmonies of #D196E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D196E0

Black with #D196E0

Text Example


Text Example

White with #D196E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D196E0; }

 p { color: rgb(209,150,224); }

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

background-color css

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

 a { background-color: rgb(209,150,224); }

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

border-color css

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

 span { border-color: rgb(209,150,224); }

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