Html Css Color HEX #D096EF Wisteria

📋 copy color: '#D096EF'

red 208 ◦ green 150 ◦ blue 239

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

Shades of Wisteria #D096EF

Tints of Wisteria #D096EF

RGB

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

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

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

R = 34.84%
G = 25.13%
B = 40.03%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D096EF (or 0xD096EF) is known color: Wisteria. HEX triplet: D0, 96 and EF. RGB value is (208,150,239). Sum of RGB (Red+Green+Blue) = 208+150+239=597 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.84% from 597); Green value is 150 (58.98% from 255 or 25.13% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #D096EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D096EF is #2F6910. Grayscale: #B1B1B1. Windows color (decimal): -3107089 or 15701712. OLE color: 15701712.

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

Color convert

RGB 208 150 239 -
CMYK 0.13 0.37 0 0.06
HSL 279.1º 0.74% 0.76% -
HSV(B) 279.1º 0.37% 0.94% -
XYZ 52.5 41.45 86.9 -
YUV 177.49 162.72 149.76 -
System Red Green Blue C M Y K H S L
Decimal 208 150 239 0.13 0.37 0 0.06 279.1 0.74 0.76
Hex D0 96 EF D 25 0 6 117 4A 4C
Octal 320 226 357 15 45 0 6 427 112 114
Binary 11010000 10010110 11101111 1101 100101 0 110 100010111 1001010 1001100

Color Harmonies of #D096EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D096EF

Black with #D096EF

Text Example


Text Example

White with #D096EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D096EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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