Html Css Color HEX #D096F6 Wisteria

📋 copy color: '#D096F6'

red 208 ◦ green 150 ◦ blue 246

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

Shades of Wisteria #D096F6

Tints of Wisteria #D096F6

RGB

 RED value IS 208 (81.64% from 255) = 34.44%

 GREEN value IS 150 (58.98% from 255) = 24.83%

 BLUE value IS 246 (96.48% from 255) = 40.73%

R = 34.44%
G = 24.83%
B = 40.73%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D096F6 (or 0xD096F6) is known color: Wisteria. HEX triplet: D0, 96 and F6. RGB value is (208,150,246). Sum of RGB (Red+Green+Blue) = 208+150+246=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 150 (58.98% from 255 or 24.83% from 604); Blue value is 246 (96.48% from 255 or 40.73% from 604); Max value from RGB is 246 - color contains mainly: blue. Hex color #D096F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D096F6 is #2F6909. Grayscale: #B1B1B1. Windows color (decimal): -3107082 or 16160464. OLE color: 16160464.

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

Color convert

RGB 208 150 246 -
CMYK 0.15 0.39 0 0.04
HSL 276.25º 0.84% 0.78% -
HSV(B) 276.25º 0.39% 0.96% -
XYZ 53.55 41.88 92.45 -
YUV 178.29 166.22 149.19 -
System Red Green Blue C M Y K H S L
Decimal 208 150 246 0.15 0.39 0 0.04 276.25 0.84 0.78
Hex D0 96 F6 F 27 0 4 114 54 4E
Octal 320 226 366 17 47 0 4 424 124 116
Binary 11010000 10010110 11110110 1111 100111 0 100 100010100 1010100 1001110

Color Harmonies of #D096F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D096F6

Black with #D096F6

Text Example


Text Example

White with #D096F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D096F6; }

 p { color: rgb(208,150,246); }

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

background-color css

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

 a { background-color: rgb(208,150,246); }

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

border-color css

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

 span { border-color: rgb(208,150,246); }

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