Html Css Color HEX #D197F5 Wisteria

📋 copy color: '#D197F5'

red 209 ◦ green 151 ◦ blue 245

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

Shades of Wisteria #D197F5

Tints of Wisteria #D197F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 40.5%

R = 34.55%
G = 24.96%
B = 40.5%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D197F5 (or 0xD197F5) is known color: Wisteria. HEX triplet: D1, 97 and F5. RGB value is (209,151,245). Sum of RGB (Red+Green+Blue) = 209+151+245=605 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.55% from 605); Green value is 151 (59.38% from 255 or 24.96% from 605); Blue value is 245 (96.09% from 255 or 40.50% from 605); Max value from RGB is 245 - color contains mainly: blue. Hex color #D197F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D197F5 is #2E680A. Grayscale: #B2B2B2. Windows color (decimal): -3041291 or 16095185. OLE color: 16095185.

HSL color Cylindrical-coordinate representation of color #D197F5: hue angle of 277.02º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D197F5 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 209 151 245 -
CMYK 0.15 0.38 0 0.04
HSL 277.02º 0.82% 0.78% -
HSV(B) 277.02º 0.38% 0.96% -
XYZ 53.84 42.28 91.71 -
YUV 179.06 165.22 149.36 -
System Red Green Blue C M Y K H S L
Decimal 209 151 245 0.15 0.38 0 0.04 277.02 0.82 0.78
Hex D1 97 F5 F 26 0 4 115 52 4E
Octal 321 227 365 17 46 0 4 425 122 116
Binary 11010001 10010111 11110101 1111 100110 0 100 100010101 1010010 1001110

Color Harmonies of #D197F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D197F5

Black with #D197F5

Text Example


Text Example

White with #D197F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D197F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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