#D095EB

Color #D095EB Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #D095EB

Tints of Wisteria #D095EB

Color information

#D095EB (or 0xD095EB) is unknown color: approx Wisteria. HEX triplet: D0, 95 and EB. RGB value is (208,149,235). Sum of RGB (Red+Green+Blue) = 208+149+235=592 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.14% from 592); Green value is 149 (58.59% from 255 or 25.17% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 235 - color contains mainly: blue. Hex color #D095EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D095EB is #2F6A14. Grayscale: #B0B0B0. Windows color (decimal): -3107349 or 15439312. OLE color: 15439312.

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

Color convert

RGB208149235-
CMYK0.110.3700.08
HSL281.16º68.25%75.29%-
HSV(B)281.16º36.6%92.16%-
XYZ51.7640.983.76-
YUV176.44161.05150.51-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.14%
GREEN value IS 149 (58.59% from 255) = 25.17%
BLUE value IS 235 (92.19% from 255) = 39.70%
R=35.14%
G=25.17%
B=39.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2081492350.110.3700.08281.1668.2575.29
HexD095EBB2508119444b
Octal3202253531345010431104113
Binary11010000100101011110101110111001010100010001100110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D095EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D095EB; }

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

 H1.HeaderClassName
 {
   color: #D095EB;
 }
 .AnyTagClassName
 {
   color: #D095EB;
 }
</style>
background-color css

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

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

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

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

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

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