Shades of Wisteria #C99DEF
Tints of Wisteria #C99DEF
RGB
CMYK
RGB Variations
Color information
#C99DEF (or 0xC99DEF) is known color: Wisteria. HEX triplet: C9, 9D and EF. RGB value is (201,157,239). Sum of RGB (Red+Green+Blue) = 201+157+239=597 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.67% from 597); Green value is 157 (61.72% from 255 or 26.30% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #C99DEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99DEF is #366210. Grayscale: #B3B3B3. Windows color (decimal): -3564049 or 15703497. OLE color: 15703497.
HSL color Cylindrical-coordinate representation of color #C99DEF: hue angle of 272.2º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C99DEF is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 157 | 239 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.06 |
| HSL | 272.2º | 0.72% | 0.78% | - |
| HSV(B) | 272.2º | 0.34% | 0.94% | - |
| XYZ | 51.72 | 42.76 | 87.19 | - |
| YUV | 179.5 | 161.58 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 157 | 239 | 0.16 | 0.34 | 0 | 0.06 | 272.2 | 0.72 | 0.78 |
| Hex | C9 | 9D | EF | 10 | 22 | 0 | 6 | 110 | 48 | 4E |
| Octal | 311 | 235 | 357 | 20 | 42 | 0 | 6 | 420 | 110 | 116 |
| Binary | 11001001 | 10011101 | 11101111 | 10000 | 100010 | 0 | 110 | 100010000 | 1001000 | 1001110 |
Color Harmonies of #C99DEF
Complementary color
Monochromatic Colors of #C99DEF
Black with #C99DEF
Text Example
Text Example
White with #C99DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99DEF; }
p { color: rgb(201,157,239); }
H1.HeaderClassName
{
color: #C99DEF;
}
.AnyTagClassName
{
color: #C99DEF;
}
</style>
background-color css
<style>
a { background-color: #C99DEF; }
a { background-color: rgb(201,157,239); }
div.DivClassName
{
background-color: #C99DEF;
}
.BgClassName
{
background-color: #C99DEF;
}
</style>
border-color css
<style>
span { border-color: #C99DEF; }
span { border-color: rgb(201,157,239); }
td.TdClassName
{
border-color: #C99DEF;
}
.TagClassName
{
border-color: #C99DEF;
}
</style>