Html Css Color HEX #D196ED Wisteria

📋 copy color: '#D196ED'

red 209 ◦ green 150 ◦ blue 237

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

Shades of Wisteria #D196ED

Tints of Wisteria #D196ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.77%

R = 35.07%
G = 25.17%
B = 39.77%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D196ED (or 0xD196ED) is known color: Wisteria. HEX triplet: D1, 96 and ED. RGB value is (209,150,237). Sum of RGB (Red+Green+Blue) = 209+150+237=596 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.07% from 596); Green value is 150 (58.98% from 255 or 25.17% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 237 - color contains mainly: blue. Hex color #D196ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D196ED is #2E6912. Grayscale: #B1B1B1. Windows color (decimal): -3041555 or 15570641. OLE color: 15570641.

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

Color convert

RGB 209 150 237 -
CMYK 0.12 0.37 0 0.07
HSL 280.69º 0.71% 0.76% -
HSV(B) 280.69º 0.37% 0.93% -
XYZ 52.49 41.48 85.36 -
YUV 177.56 161.55 150.43 -
System Red Green Blue C M Y K H S L
Decimal 209 150 237 0.12 0.37 0 0.07 280.69 0.71 0.76
Hex D1 96 ED C 25 0 7 119 47 4C
Octal 321 226 355 14 45 0 7 431 107 114
Binary 11010001 10010110 11101101 1100 100101 0 111 100011001 1000111 1001100

Color Harmonies of #D196ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D196ED

Black with #D196ED

Text Example


Text Example

White with #D196ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D196ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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