Html Css Color HEX #D794EF Wisteria

📋 copy color: '#D794EF'

red 215 ◦ green 148 ◦ blue 239

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

Shades of Wisteria #D794EF

Tints of Wisteria #D794EF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.58%

 BLUE value IS 239 (93.75% from 255) = 39.7%

R = 35.71%
G = 24.58%
B = 39.7%

CMYK

 C value IS 0.10

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D794EF (or 0xD794EF) is known color: Wisteria. HEX triplet: D7, 94 and EF. RGB value is (215,148,239). Sum of RGB (Red+Green+Blue) = 215+148+239=602 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.71% from 602); Green value is 148 (58.20% from 255 or 24.58% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 239 - color contains mainly: blue. Hex color #D794EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D794EF is #286B10. Grayscale: #B2B2B2. Windows color (decimal): -2648849 or 15701207. OLE color: 15701207.

HSL color Cylindrical-coordinate representation of color #D794EF: hue angle of 284.18º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D794EF is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 215 148 239 -
CMYK 0.10 0.38 0 0.06
HSL 284.18º 0.74% 0.76% -
HSV(B) 284.18º 0.38% 0.94% -
XYZ 54.19 41.86 86.88 -
YUV 178.41 162.2 154.1 -
System Red Green Blue C M Y K H S L
Decimal 215 148 239 0.10 0.38 0 0.06 284.18 0.74 0.76
Hex D7 94 EF A 26 0 6 11C 4A 4C
Octal 327 224 357 12 46 0 6 434 112 114
Binary 11010111 10010100 11101111 1010 100110 0 110 100011100 1001010 1001100

Color Harmonies of #D794EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D794EF

Black with #D794EF

Text Example


Text Example

White with #D794EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D794EF; }

 p { color: rgb(215,148,239); }

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

background-color css

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

 a { background-color: rgb(215,148,239); }

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

border-color css

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

 span { border-color: rgb(215,148,239); }

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