Html Css Color HEX #D096EB Wisteria

📋 copy color: '#D096EB'

red 208 ◦ green 150 ◦ blue 235

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

Shades of Wisteria #D096EB

Tints of Wisteria #D096EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.63%

R = 35.08%
G = 25.3%
B = 39.63%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D096EB (or 0xD096EB) is known color: Wisteria. HEX triplet: D0, 96 and EB. RGB value is (208,150,235). Sum of RGB (Red+Green+Blue) = 208+150+235=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 150 (58.98% from 255 or 25.30% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 235 - color contains mainly: blue. Hex color #D096EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D096EB is #2F6914. Grayscale: #B0B0B0. Windows color (decimal): -3107093 or 15439568. OLE color: 15439568.

HSL color Cylindrical-coordinate representation of color #D096EB: hue angle of 280.94º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D096EB is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 150 235 -
CMYK 0.11 0.36 0 0.08
HSL 280.94º 0.68% 0.75% -
HSV(B) 280.94º 0.36% 0.92% -
XYZ 51.91 41.22 83.82 -
YUV 177.03 160.72 150.09 -
System Red Green Blue C M Y K H S L
Decimal 208 150 235 0.11 0.36 0 0.08 280.94 0.68 0.75
Hex D0 96 EB B 24 0 8 119 44 4B
Octal 320 226 353 13 44 0 10 431 104 113
Binary 11010000 10010110 11101011 1011 100100 0 1000 100011001 1000100 1001011

Color Harmonies of #D096EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D096EB

Black with #D096EB

Text Example


Text Example

White with #D096EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D096EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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