Html Css Color HEX #D794F2 Wisteria

📋 copy color: '#D794F2'

red 215 ◦ green 148 ◦ blue 242

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

Shades of Wisteria #D794F2

Tints of Wisteria #D794F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40%

R = 35.54%
G = 24.46%
B = 40%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D794F2 (or 0xD794F2) is known color: Wisteria. HEX triplet: D7, 94 and F2. RGB value is (215,148,242). Sum of RGB (Red+Green+Blue) = 215+148+242=605 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.54% from 605); Green value is 148 (58.20% from 255 or 24.46% from 605); Blue value is 242 (94.92% from 255 or 40% from 605); Max value from RGB is 242 - color contains mainly: blue. Hex color #D794F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D794F2 is #286B0D. Grayscale: #B2B2B2. Windows color (decimal): -2648846 or 15897815. OLE color: 15897815.

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

Color convert

RGB 215 148 242 -
CMYK 0.11 0.39 0 0.05
HSL 282.77º 0.78% 0.76% -
HSV(B) 282.77º 0.39% 0.95% -
XYZ 54.64 42.04 89.24 -
YUV 178.75 163.7 153.86 -
System Red Green Blue C M Y K H S L
Decimal 215 148 242 0.11 0.39 0 0.05 282.77 0.78 0.76
Hex D7 94 F2 B 27 0 5 11B 4E 4C
Octal 327 224 362 13 47 0 5 433 116 114
Binary 11010111 10010100 11110010 1011 100111 0 101 100011011 1001110 1001100

Color Harmonies of #D794F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D794F2

Black with #D794F2

Text Example


Text Example

White with #D794F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D794F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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