Shades of Wisteria #C99CDD
Tints of Wisteria #C99CDD
RGB
CMYK
RGB Variations
Color information
#C99CDD (or 0xC99CDD) is known color: Wisteria. HEX triplet: C9, 9C and DD. RGB value is (201,156,221). Sum of RGB (Red+Green+Blue) = 201+156+221=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 156 (61.33% from 255 or 26.99% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #C99CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99CDD is #366322. Grayscale: #B0B0B0. Windows color (decimal): -3564323 or 14523593. OLE color: 14523593.
HSL color Cylindrical-coordinate representation of color #C99CDD: hue angle of 281.54º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C99CDD is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 156 | 221 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.13 |
| HSL | 281.54º | 0.49% | 0.74% | - |
| HSV(B) | 281.54º | 0.29% | 0.87% | - |
| XYZ | 49.03 | 41.41 | 73.82 | - |
| YUV | 176.87 | 152.91 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 156 | 221 | 0.09 | 0.29 | 0 | 0.13 | 281.54 | 0.49 | 0.74 |
| Hex | C9 | 9C | DD | 9 | 1D | 0 | D | 11A | 31 | 4A |
| Octal | 311 | 234 | 335 | 11 | 35 | 0 | 15 | 432 | 61 | 112 |
| Binary | 11001001 | 10011100 | 11011101 | 1001 | 11101 | 0 | 1101 | 100011010 | 110001 | 1001010 |
Color Harmonies of #C99CDD
Complementary color
Monochromatic Colors of #C99CDD
Black with #C99CDD
Text Example
Text Example
White with #C99CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99CDD; }
p { color: rgb(201,156,221); }
H1.HeaderClassName
{
color: #C99CDD;
}
.AnyTagClassName
{
color: #C99CDD;
}
</style>
background-color css
<style>
a { background-color: #C99CDD; }
a { background-color: rgb(201,156,221); }
div.DivClassName
{
background-color: #C99CDD;
}
.BgClassName
{
background-color: #C99CDD;
}
</style>
border-color css
<style>
span { border-color: #C99CDD; }
span { border-color: rgb(201,156,221); }
td.TdClassName
{
border-color: #C99CDD;
}
.TagClassName
{
border-color: #C99CDD;
}
</style>