#D09CF0

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

Shades of Wisteria #D09CF0

Tints of Wisteria #D09CF0

Color information

#D09CF0 (or 0xD09CF0) is unknown color: approx Wisteria. HEX triplet: D0, 9C and F0. RGB value is (208,156,240). Sum of RGB (Red+Green+Blue) = 208+156+240=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 156 (61.33% from 255 or 25.83% from 604); Blue value is 240 (94.14% from 255 or 39.74% from 604); Max value from RGB is 240 - color contains mainly: blue. Hex color #D09CF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09CF0 is #2F630F. Grayscale: #B4B4B4. Windows color (decimal): -3105552 or 15768784. OLE color: 15768784.

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

Color convert

RGB208156240-
CMYK0.130.3500.06
HSL277.14º73.68%77.65%-
HSV(B)277.14º35%94.12%-
XYZ53.6343.4888-
YUV181.12161.23147.17-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.44%
GREEN value IS 156 (61.33% from 255) = 25.83%
BLUE value IS 240 (94.14% from 255) = 39.74%
R=34.44%
G=25.83%
B=39.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2081562400.130.3500.06277.1473.6877.65
HexD09CF0D23061154a4e
Octal320234360154306425112116
Binary1101000010011100111100001101100011011010001010110010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09CF0; }

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

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

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

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

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

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

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

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