#C09BDD

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

Shades of Wisteria #C09BDD

Tints of Wisteria #C09BDD

Color information

#C09BDD (or 0xC09BDD) is unknown color: approx Wisteria. HEX triplet: C0, 9B and DD. RGB value is (192,155,221). Sum of RGB (Red+Green+Blue) = 192+155+221=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 155 (60.94% from 255 or 27.29% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #C09BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09BDD is #3F6422. Grayscale: #ADADAD. Windows color (decimal): -4154403 or 14523328. OLE color: 14523328.

HSL color Cylindrical-coordinate representation of color #C09BDD: hue angle of 273.64º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C09BDD is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB192155221-
CMYK0.130.3000.13
HSL273.64º49.25%73.73%-
HSV(B)273.64º29.86%86.67%-
XYZ46.5139.8773.65-
YUV173.59154.76141.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.80%
GREEN value IS 155 (60.94% from 255) = 27.29%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=33.80%
G=27.29%
B=38.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921552210.130.3000.13273.6449.2573.73
HexC09BDDD1E0D112314a
Octal300233335153601542261112
Binary110000001001101111011101110111110011011000100101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09BDD; }

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

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

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

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

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

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

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

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