Html Css Color HEX #D197EA Wisteria

📋 copy color: '#D197EA'

red 209 ◦ green 151 ◦ blue 234

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

Shades of Wisteria #D197EA

Tints of Wisteria #D197EA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.42%

 BLUE value IS 234 (91.8% from 255) = 39.39%

R = 35.19%
G = 25.42%
B = 39.39%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D197EA (or 0xD197EA) is known color: Wisteria. HEX triplet: D1, 97 and EA. RGB value is (209,151,234). Sum of RGB (Red+Green+Blue) = 209+151+234=594 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.19% from 594); Green value is 151 (59.38% from 255 or 25.42% from 594); Blue value is 234 (91.80% from 255 or 39.39% from 594); Max value from RGB is 234 - color contains mainly: blue. Hex color #D197EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D197EA is #2E6815. Grayscale: #B1B1B1. Windows color (decimal): -3041302 or 15374289. OLE color: 15374289.

HSL color Cylindrical-coordinate representation of color #D197EA: hue angle of 281.93º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D197EA is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 151 234 -
CMYK 0.11 0.35 0 0.08
HSL 281.93º 0.66% 0.75% -
HSV(B) 281.93º 0.35% 0.92% -
XYZ 52.21 41.63 83.13 -
YUV 177.8 159.72 150.25 -
System Red Green Blue C M Y K H S L
Decimal 209 151 234 0.11 0.35 0 0.08 281.93 0.66 0.75
Hex D1 97 EA B 23 0 8 11A 42 4B
Octal 321 227 352 13 43 0 10 432 102 113
Binary 11010001 10010111 11101010 1011 100011 0 1000 100011010 1000010 1001011

Color Harmonies of #D197EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D197EA

Black with #D197EA

Text Example


Text Example

White with #D197EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D197EA; }

 p { color: rgb(209,151,234); }

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

background-color css

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

 a { background-color: rgb(209,151,234); }

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

border-color css

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

 span { border-color: rgb(209,151,234); }

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