#C09BD1

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

Shades of Wisteria #C09BD1

Tints of Wisteria #C09BD1

Color information

#C09BD1 (or 0xC09BD1) is unknown color: approx Wisteria. HEX triplet: C0, 9B and D1. RGB value is (192,155,209). Sum of RGB (Red+Green+Blue) = 192+155+209=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 209 - color contains mainly: blue. Hex color #C09BD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09BD1 is #3F642E. Grayscale: #ACACAC. Windows color (decimal): -4154415 or 13736896. OLE color: 13736896.

HSL color Cylindrical-coordinate representation of color #C09BD1: hue angle of 281.11º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C09BD1 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB192155209-
CMYK0.080.2600.18
HSL281.11º36.99%71.37%-
HSV(B)281.11º25.84%81.96%-
XYZ44.9739.2565.53-
YUV172.22148.76142.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.53%
GREEN value IS 155 (60.94% from 255) = 27.88%
BLUE value IS 209 (82.03% from 255) = 37.59%
R=34.53%
G=27.88%
B=37.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1921552090.080.2600.18281.1136.9971.37
HexC09BD181A0121192547
Octal300233321103202243145107
Binary1100000010011011110100011000110100100101000110011001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09BD1; }

 p { color: rgb(192,155,209); }

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

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

 a { background-color: rgb(192,155,209); }

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

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

 span { border-color: rgb(192,155,209); }

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