Shades of Wisteria #C899DF
Tints of Wisteria #C899DF
RGB
CMYK
RGB Variations
Color information
#C899DF (or 0xC899DF) is known color: Wisteria. HEX triplet: C8, 99 and DF. RGB value is (200,153,223). Sum of RGB (Red+Green+Blue) = 200+153+223=576 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.72% from 576); Green value is 153 (60.16% from 255 or 26.56% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #C899DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C899DF is #376620. Grayscale: #AEAEAE. Windows color (decimal): -3630625 or 14653896. OLE color: 14653896.
HSL color Cylindrical-coordinate representation of color #C899DF: hue angle of 280.29º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C899DF is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 200 | 153 | 223 | - |
CMYK | 0.10 | 0.31 | 0 | 0.13 |
HSL | 280.29º | 0.52% | 0.74% | - |
HSV(B) | 280.29º | 0.31% | 0.87% | - |
XYZ | 48.53 | 40.39 | 75.05 | - |
YUV | 175.03 | 155.07 | 145.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 153 | 223 | 0.10 | 0.31 | 0 | 0.13 | 280.29 | 0.52 | 0.74 |
Hex | C8 | 99 | DF | A | 1F | 0 | D | 118 | 34 | 4A |
Octal | 310 | 231 | 337 | 12 | 37 | 0 | 15 | 430 | 64 | 112 |
Binary | 11001000 | 10011001 | 11011111 | 1010 | 11111 | 0 | 1101 | 100011000 | 110100 | 1001010 |
Color Harmonies of #C899DF
Complementary color
Monochromatic Colors of #C899DF
Black with #C899DF
Text Example
Text Example
White with #C899DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C899DF; }
p { color: rgb(200,153,223); }
H1.HeaderClassName
{
color: #C899DF;
}
.AnyTagClassName
{
color: #C899DF;
}
</style>
background-color css
<style>
a { background-color: #C899DF; }
a { background-color: rgb(200,153,223); }
div.DivClassName
{
background-color: #C899DF;
}
.BgClassName
{
background-color: #C899DF;
}
</style>
border-color css
<style>
span { border-color: #C899DF; }
span { border-color: rgb(200,153,223); }
td.TdClassName
{
border-color: #C899DF;
}
.TagClassName
{
border-color: #C899DF;
}
</style>