Html Css Color HEX #D795F1 Wisteria

📋 copy color: '#D795F1'

red 215 ◦ green 149 ◦ blue 241

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

Shades of Wisteria #D795F1

Tints of Wisteria #D795F1

RGB

 RED value IS 215 (84.38% from 255) = 35.54%

 GREEN value IS 149 (58.59% from 255) = 24.63%

 BLUE value IS 241 (94.53% from 255) = 39.83%

R = 35.54%
G = 24.63%
B = 39.83%

CMYK

 C value IS 0.11

 M value IS 0.38

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D795F1 (or 0xD795F1) is known color: Wisteria. HEX triplet: D7, 95 and F1. RGB value is (215,149,241). Sum of RGB (Red+Green+Blue) = 215+149+241=605 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.54% from 605); Green value is 149 (58.59% from 255 or 24.63% from 605); Blue value is 241 (94.53% from 255 or 39.83% from 605); Max value from RGB is 241 - color contains mainly: blue. Hex color #D795F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D795F1 is #286A0E. Grayscale: #B2B2B2. Windows color (decimal): -2648591 or 15832535. OLE color: 15832535.

HSL color Cylindrical-coordinate representation of color #D795F1: hue angle of 283.04º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D795F1 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 215 149 241 -
CMYK 0.11 0.38 0 0.05
HSL 283.04º 0.77% 0.76% -
HSV(B) 283.04º 0.38% 0.95% -
XYZ 54.65 42.29 88.5 -
YUV 179.22 162.87 153.52 -
System Red Green Blue C M Y K H S L
Decimal 215 149 241 0.11 0.38 0 0.05 283.04 0.77 0.76
Hex D7 95 F1 B 26 0 5 11B 4D 4C
Octal 327 225 361 13 46 0 5 433 115 114
Binary 11010111 10010101 11110001 1011 100110 0 101 100011011 1001101 1001100

Color Harmonies of #D795F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D795F1

Black with #D795F1

Text Example


Text Example

White with #D795F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D795F1; }

 p { color: rgb(215,149,241); }

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

background-color css

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

 a { background-color: rgb(215,149,241); }

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

border-color css

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

 span { border-color: rgb(215,149,241); }

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