Shades of Wisteria #C994D7
Tints of Wisteria #C994D7
RGB
CMYK
RGB Variations
Color information
#C994D7 (or 0xC994D7) is known color: Wisteria. HEX triplet: C9, 94 and D7. RGB value is (201,148,215). Sum of RGB (Red+Green+Blue) = 201+148+215=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 148 (58.20% from 255 or 26.24% from 564); Blue value is 215 (84.38% from 255 or 38.12% from 564); Max value from RGB is 215 - color contains mainly: blue. Hex color #C994D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C994D7 is #366B28. Grayscale: #ABABAB. Windows color (decimal): -3566377 or 14128329. OLE color: 14128329.
HSL color Cylindrical-coordinate representation of color #C994D7: hue angle of 287.46º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C994D7 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 148 | 215 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.16 |
| HSL | 287.46º | 0.46% | 0.71% | - |
| HSV(B) | 287.46º | 0.31% | 0.84% | - |
| XYZ | 46.94 | 38.5 | 69.25 | - |
| YUV | 171.49 | 152.56 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 148 | 215 | 0.07 | 0.31 | 0 | 0.16 | 287.46 | 0.46 | 0.71 |
| Hex | C9 | 94 | D7 | 7 | 1F | 0 | 10 | 11F | 2E | 47 |
| Octal | 311 | 224 | 327 | 7 | 37 | 0 | 20 | 437 | 56 | 107 |
| Binary | 11001001 | 10010100 | 11010111 | 111 | 11111 | 0 | 10000 | 100011111 | 101110 | 1000111 |
Color Harmonies of #C994D7
Complementary color
Monochromatic Colors of #C994D7
Black with #C994D7
Text Example
Text Example
White with #C994D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C994D7; }
p { color: rgb(201,148,215); }
H1.HeaderClassName
{
color: #C994D7;
}
.AnyTagClassName
{
color: #C994D7;
}
</style>
background-color css
<style>
a { background-color: #C994D7; }
a { background-color: rgb(201,148,215); }
div.DivClassName
{
background-color: #C994D7;
}
.BgClassName
{
background-color: #C994D7;
}
</style>
border-color css
<style>
span { border-color: #C994D7; }
span { border-color: rgb(201,148,215); }
td.TdClassName
{
border-color: #C994D7;
}
.TagClassName
{
border-color: #C994D7;
}
</style>