Shades of Wisteria #C09AD3
Tints of Wisteria #C09AD3
RGB
CMYK
RGB Variations
Color information
#C09AD3 (or 0xC09AD3) is known color: Wisteria. HEX triplet: C0, 9A and D3. RGB value is (192,154,211). Sum of RGB (Red+Green+Blue) = 192+154+211=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 211 (82.81% from 255 or 37.88% from 557); Max value from RGB is 211 - color contains mainly: blue. Hex color #C09AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09AD3 is #3F652C. Grayscale: #ABABAB. Windows color (decimal): -4154669 or 13867712. OLE color: 13867712.
HSL color Cylindrical-coordinate representation of color #C09AD3: hue angle of 280º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C09AD3 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 154 | 211 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.17 |
| HSL | 280º | 0.39% | 0.72% | - |
| HSV(B) | 280º | 0.27% | 0.83% | - |
| XYZ | 45.05 | 39.02 | 66.79 | - |
| YUV | 171.86 | 150.09 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 211 | 0.09 | 0.27 | 0 | 0.17 | 280 | 0.39 | 0.72 |
| Hex | C0 | 9A | D3 | 9 | 1B | 0 | 11 | 118 | 27 | 48 |
| Octal | 300 | 232 | 323 | 11 | 33 | 0 | 21 | 430 | 47 | 110 |
| Binary | 11000000 | 10011010 | 11010011 | 1001 | 11011 | 0 | 10001 | 100011000 | 100111 | 1001000 |
Color Harmonies of #C09AD3
Complementary color
Monochromatic Colors of #C09AD3
Black with #C09AD3
Text Example
Text Example
White with #C09AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09AD3; }
p { color: rgb(192,154,211); }
H1.HeaderClassName
{
color: #C09AD3;
}
.AnyTagClassName
{
color: #C09AD3;
}
</style>
background-color css
<style>
a { background-color: #C09AD3; }
a { background-color: rgb(192,154,211); }
div.DivClassName
{
background-color: #C09AD3;
}
.BgClassName
{
background-color: #C09AD3;
}
</style>
border-color css
<style>
span { border-color: #C09AD3; }
span { border-color: rgb(192,154,211); }
td.TdClassName
{
border-color: #C09AD3;
}
.TagClassName
{
border-color: #C09AD3;
}
</style>