Html Css Color HEX #D79BEA Wisteria

📋 copy color: '#D79BEA'

red 215 ◦ green 155 ◦ blue 234

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

Shades of Wisteria #D79BEA

Tints of Wisteria #D79BEA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.66%

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

R = 35.6%
G = 25.66%
B = 38.74%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D79BEA (or 0xD79BEA) is known color: Wisteria. HEX triplet: D7, 9B and EA. RGB value is (215,155,234). Sum of RGB (Red+Green+Blue) = 215+155+234=604 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.60% from 604); Green value is 155 (60.94% from 255 or 25.66% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #D79BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D79BEA is #286415. Grayscale: #B5B5B5. Windows color (decimal): -2647062 or 15375319. OLE color: 15375319.

HSL color Cylindrical-coordinate representation of color #D79BEA: hue angle of 285.57º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D79BEA is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 215 155 234 -
CMYK 0.08 0.34 0 0.08
HSL 285.57º 0.65% 0.76% -
HSV(B) 285.57º 0.34% 0.92% -
XYZ 54.6 43.83 83.42 -
YUV 181.95 157.38 151.58 -
System Red Green Blue C M Y K H S L
Decimal 215 155 234 0.08 0.34 0 0.08 285.57 0.65 0.76
Hex D7 9B EA 8 22 0 8 11E 41 4C
Octal 327 233 352 10 42 0 10 436 101 114
Binary 11010111 10011011 11101010 1000 100010 0 1000 100011110 1000001 1001100

Color Harmonies of #D79BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79BEA

Black with #D79BEA

Text Example


Text Example

White with #D79BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79BEA; }

 p { color: rgb(215,155,234); }

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

background-color css

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

 a { background-color: rgb(215,155,234); }

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

border-color css

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

 span { border-color: rgb(215,155,234); }

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