#D08EF0

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

Shades of Wisteria #D08EF0

Tints of Wisteria #D08EF0

Color information

#D08EF0 (or 0xD08EF0) is unknown color: approx Wisteria. HEX triplet: D0, 8E and F0. RGB value is (208,142,240). Sum of RGB (Red+Green+Blue) = 208+142+240=590 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.25% from 590); Green value is 142 (55.86% from 255 or 24.07% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 240 - color contains mainly: blue. Hex color #D08EF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08EF0 is #2F710F. Grayscale: #ACACAC. Windows color (decimal): -3109136 or 15765200. OLE color: 15765200.

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

Color convert

RGB208142240-
CMYK0.130.4100.06
HSL280.41º76.56%74.9%-
HSV(B)280.41º40.83%94.12%-
XYZ51.4139.0587.27-
YUV172.91165.87153.03-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.25%
GREEN value IS 142 (55.86% from 255) = 24.07%
BLUE value IS 240 (94.14% from 255) = 40.68%
R=35.25%
G=24.07%
B=40.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2081422400.130.4100.06280.4176.5674.9
HexD08EF0D29061184d4b
Octal320216360155106430115113
Binary1101000010001110111100001101101001011010001100010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08EF0; }

 p { color: rgb(208,142,240); }

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

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

 a { background-color: rgb(208,142,240); }

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

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

 span { border-color: rgb(208,142,240); }

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