Shades of Wisteria #C899D4
Tints of Wisteria #C899D4
RGB
CMYK
RGB Variations
Color information
#C899D4 (or 0xC899D4) is known color: Wisteria. HEX triplet: C8, 99 and D4. RGB value is (200,153,212). Sum of RGB (Red+Green+Blue) = 200+153+212=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 153 (60.16% from 255 or 27.08% from 565); Blue value is 212 (83.20% from 255 or 37.52% from 565); Max value from RGB is 212 - color contains mainly: blue. Hex color #C899D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C899D4 is #37662B. Grayscale: #ADADAD. Windows color (decimal): -3630636 or 13933000. OLE color: 13933000.
HSL color Cylindrical-coordinate representation of color #C899D4: hue angle of 287.8º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C899D4 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 153 | 212 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.17 |
| HSL | 287.8º | 0.41% | 0.72% | - |
| HSV(B) | 287.8º | 0.28% | 0.83% | - |
| XYZ | 47.09 | 39.82 | 67.49 | - |
| YUV | 173.78 | 149.57 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 153 | 212 | 0.06 | 0.28 | 0 | 0.17 | 287.8 | 0.41 | 0.72 |
| Hex | C8 | 99 | D4 | 6 | 1C | 0 | 11 | 120 | 29 | 48 |
| Octal | 310 | 231 | 324 | 6 | 34 | 0 | 21 | 440 | 51 | 110 |
| Binary | 11001000 | 10011001 | 11010100 | 110 | 11100 | 0 | 10001 | 100100000 | 101001 | 1001000 |
Color Harmonies of #C899D4
Complementary color
Monochromatic Colors of #C899D4
Black with #C899D4
Text Example
Text Example
White with #C899D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C899D4; }
p { color: rgb(200,153,212); }
H1.HeaderClassName
{
color: #C899D4;
}
.AnyTagClassName
{
color: #C899D4;
}
</style>
background-color css
<style>
a { background-color: #C899D4; }
a { background-color: rgb(200,153,212); }
div.DivClassName
{
background-color: #C899D4;
}
.BgClassName
{
background-color: #C899D4;
}
</style>
border-color css
<style>
span { border-color: #C899D4; }
span { border-color: rgb(200,153,212); }
td.TdClassName
{
border-color: #C899D4;
}
.TagClassName
{
border-color: #C899D4;
}
</style>