Shades of Wisteria #C99BDC
Tints of Wisteria #C99BDC
RGB
CMYK
RGB Variations
Color information
#C99BDC (or 0xC99BDC) is known color: Wisteria. HEX triplet: C9, 9B and DC. RGB value is (201,155,220). Sum of RGB (Red+Green+Blue) = 201+155+220=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 155 (60.94% from 255 or 26.91% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #C99BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99BDC is #366423. Grayscale: #AFAFAF. Windows color (decimal): -3564580 or 14457801. OLE color: 14457801.
HSL color Cylindrical-coordinate representation of color #C99BDC: hue angle of 282.46º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C99BDC is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 155 | 220 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.14 |
| HSL | 282.46º | 0.48% | 0.74% | - |
| HSV(B) | 282.46º | 0.3% | 0.86% | - |
| XYZ | 48.73 | 41.03 | 73.06 | - |
| YUV | 176.16 | 152.74 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 155 | 220 | 0.09 | 0.30 | 0 | 0.14 | 282.46 | 0.48 | 0.74 |
| Hex | C9 | 9B | DC | 9 | 1E | 0 | E | 11A | 30 | 4A |
| Octal | 311 | 233 | 334 | 11 | 36 | 0 | 16 | 432 | 60 | 112 |
| Binary | 11001001 | 10011011 | 11011100 | 1001 | 11110 | 0 | 1110 | 100011010 | 110000 | 1001010 |
Color Harmonies of #C99BDC
Complementary color
Monochromatic Colors of #C99BDC
Black with #C99BDC
Text Example
Text Example
White with #C99BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99BDC; }
p { color: rgb(201,155,220); }
H1.HeaderClassName
{
color: #C99BDC;
}
.AnyTagClassName
{
color: #C99BDC;
}
</style>
background-color css
<style>
a { background-color: #C99BDC; }
a { background-color: rgb(201,155,220); }
div.DivClassName
{
background-color: #C99BDC;
}
.BgClassName
{
background-color: #C99BDC;
}
</style>
border-color css
<style>
span { border-color: #C99BDC; }
span { border-color: rgb(201,155,220); }
td.TdClassName
{
border-color: #C99BDC;
}
.TagClassName
{
border-color: #C99BDC;
}
</style>