Html Css Color HEX #D196EC Wisteria

📋 copy color: '#D196EC'

red 209 ◦ green 150 ◦ blue 236

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

Shades of Wisteria #D196EC

Tints of Wisteria #D196EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.66%

R = 35.13%
G = 25.21%
B = 39.66%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D196EC (or 0xD196EC) is known color: Wisteria. HEX triplet: D1, 96 and EC. RGB value is (209,150,236). Sum of RGB (Red+Green+Blue) = 209+150+236=595 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.13% from 595); Green value is 150 (58.98% from 255 or 25.21% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 236 - color contains mainly: blue. Hex color #D196EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D196EC is #2E6913. Grayscale: #B1B1B1. Windows color (decimal): -3041556 or 15505105. OLE color: 15505105.

HSL color Cylindrical-coordinate representation of color #D196EC: hue angle of 281.16º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D196EC is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 150 236 -
CMYK 0.11 0.36 0 0.07
HSL 281.16º 0.69% 0.76% -
HSV(B) 281.16º 0.36% 0.93% -
XYZ 52.34 41.42 84.59 -
YUV 177.45 161.05 150.51 -
System Red Green Blue C M Y K H S L
Decimal 209 150 236 0.11 0.36 0 0.07 281.16 0.69 0.76
Hex D1 96 EC B 24 0 7 119 45 4C
Octal 321 226 354 13 44 0 7 431 105 114
Binary 11010001 10010110 11101100 1011 100100 0 111 100011001 1000101 1001100

Color Harmonies of #D196EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D196EC

Black with #D196EC

Text Example


Text Example

White with #D196EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D196EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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