Html Css Color HEX #D096EA Wisteria

📋 copy color: '#D096EA'

red 208 ◦ green 150 ◦ blue 234

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

Shades of Wisteria #D096EA

Tints of Wisteria #D096EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.53%

R = 35.14%
G = 25.34%
B = 39.53%

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

#D096EA (or 0xD096EA) is known color: Wisteria. HEX triplet: D0, 96 and EA. RGB value is (208,150,234). Sum of RGB (Red+Green+Blue) = 208+150+234=592 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.14% from 592); Green value is 150 (58.98% from 255 or 25.34% from 592); Blue value is 234 (91.80% from 255 or 39.53% from 592); Max value from RGB is 234 - color contains mainly: blue. Hex color #D096EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D096EA is #2F6915. Grayscale: #B0B0B0. Windows color (decimal): -3107094 or 15374032. OLE color: 15374032.

HSL color Cylindrical-coordinate representation of color #D096EA: hue angle of 281.43º degrees, saturation: 0.67, 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 #D096EA is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 150 234 -
CMYK 0.11 0.36 0 0.08
HSL 281.43º 0.67% 0.75% -
HSV(B) 281.43º 0.36% 0.92% -
XYZ 51.77 41.16 83.06 -
YUV 176.92 160.22 150.17 -
System Red Green Blue C M Y K H S L
Decimal 208 150 234 0.11 0.36 0 0.08 281.43 0.67 0.75
Hex D0 96 EA B 24 0 8 119 43 4B
Octal 320 226 352 13 44 0 10 431 103 113
Binary 11010000 10010110 11101010 1011 100100 0 1000 100011001 1000011 1001011

Color Harmonies of #D096EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D096EA

Black with #D096EA

Text Example


Text Example

White with #D096EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D096EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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