Shades of Wisteria #C09AD2
Tints of Wisteria #C09AD2
RGB
CMYK
RGB Variations
Color information
#C09AD2 (or 0xC09AD2) is known color: Wisteria. HEX triplet: C0, 9A and D2. RGB value is (192,154,210). Sum of RGB (Red+Green+Blue) = 192+154+210=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 154 (60.55% from 255 or 27.70% from 556); Blue value is 210 (82.42% from 255 or 37.77% from 556); Max value from RGB is 210 - color contains mainly: blue. Hex color #C09AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09AD2 is #3F652D. Grayscale: #ABABAB. Windows color (decimal): -4154670 or 13802176. OLE color: 13802176.
HSL color Cylindrical-coordinate representation of color #C09AD2: hue angle of 280.71º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C09AD2 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 154 | 210 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.18 |
| HSL | 280.71º | 0.38% | 0.71% | - |
| HSV(B) | 280.71º | 0.27% | 0.82% | - |
| XYZ | 44.93 | 38.97 | 66.13 | - |
| YUV | 171.75 | 149.59 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 210 | 0.09 | 0.27 | 0 | 0.18 | 280.71 | 0.38 | 0.71 |
| Hex | C0 | 9A | D2 | 9 | 1B | 0 | 12 | 119 | 26 | 47 |
| Octal | 300 | 232 | 322 | 11 | 33 | 0 | 22 | 431 | 46 | 107 |
| Binary | 11000000 | 10011010 | 11010010 | 1001 | 11011 | 0 | 10010 | 100011001 | 100110 | 1000111 |
Color Harmonies of #C09AD2
Complementary color
Monochromatic Colors of #C09AD2
Black with #C09AD2
Text Example
Text Example
White with #C09AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09AD2; }
p { color: rgb(192,154,210); }
H1.HeaderClassName
{
color: #C09AD2;
}
.AnyTagClassName
{
color: #C09AD2;
}
</style>
background-color css
<style>
a { background-color: #C09AD2; }
a { background-color: rgb(192,154,210); }
div.DivClassName
{
background-color: #C09AD2;
}
.BgClassName
{
background-color: #C09AD2;
}
</style>
border-color css
<style>
span { border-color: #C09AD2; }
span { border-color: rgb(192,154,210); }
td.TdClassName
{
border-color: #C09AD2;
}
.TagClassName
{
border-color: #C09AD2;
}
</style>