Html Css Color HEX #D196EE Wisteria

📋 copy color: '#D196EE'

red 209 ◦ green 150 ◦ blue 238

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

Shades of Wisteria #D196EE

Tints of Wisteria #D196EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.87%

R = 35.01%
G = 25.13%
B = 39.87%

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

#D196EE (or 0xD196EE) is known color: Wisteria. HEX triplet: D1, 96 and EE. RGB value is (209,150,238). Sum of RGB (Red+Green+Blue) = 209+150+238=597 (79% of max value = 765). Red value is 209 (82.03% from 255 or 35.01% from 597); Green value is 150 (58.98% from 255 or 25.13% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 238 - color contains mainly: blue. Hex color #D196EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D196EE is #2E6911. Grayscale: #B1B1B1. Windows color (decimal): -3041554 or 15636177. OLE color: 15636177.

HSL color Cylindrical-coordinate representation of color #D196EE: hue angle of 280.23º degrees, saturation: 0.72, 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 #D196EE is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 150 238 -
CMYK 0.12 0.37 0 0.07
HSL 280.23º 0.72% 0.76% -
HSV(B) 280.23º 0.37% 0.93% -
XYZ 52.63 41.54 86.13 -
YUV 177.67 162.05 150.34 -
System Red Green Blue C M Y K H S L
Decimal 209 150 238 0.12 0.37 0 0.07 280.23 0.72 0.76
Hex D1 96 EE C 25 0 7 118 48 4C
Octal 321 226 356 14 45 0 7 430 110 114
Binary 11010001 10010110 11101110 1100 100101 0 111 100011000 1001000 1001100

Color Harmonies of #D196EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D196EE

Black with #D196EE

Text Example


Text Example

White with #D196EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D196EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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