Shades of Wisteria #C88FDF
Tints of Wisteria #C88FDF
RGB
CMYK
RGB Variations
Color information
#C88FDF (or 0xC88FDF) is known color: Wisteria. HEX triplet: C8, 8F and DF. RGB value is (200,143,223). Sum of RGB (Red+Green+Blue) = 200+143+223=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #C88FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88FDF is #377020. Grayscale: #A8A8A8. Windows color (decimal): -3633185 or 14651336. OLE color: 14651336.
HSL color Cylindrical-coordinate representation of color #C88FDF: hue angle of 282.75º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C88FDF is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 143 | 223 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.13 |
| HSL | 282.75º | 0.56% | 0.72% | - |
| HSV(B) | 282.75º | 0.36% | 0.87% | - |
| XYZ | 46.96 | 37.25 | 74.53 | - |
| YUV | 169.16 | 158.38 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 143 | 223 | 0.10 | 0.36 | 0 | 0.13 | 282.75 | 0.56 | 0.72 |
| Hex | C8 | 8F | DF | A | 24 | 0 | D | 11B | 38 | 48 |
| Octal | 310 | 217 | 337 | 12 | 44 | 0 | 15 | 433 | 70 | 110 |
| Binary | 11001000 | 10001111 | 11011111 | 1010 | 100100 | 0 | 1101 | 100011011 | 111000 | 1001000 |
Color Harmonies of #C88FDF
Complementary color
Monochromatic Colors of #C88FDF
Black with #C88FDF
Text Example
Text Example
White with #C88FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88FDF; }
p { color: rgb(200,143,223); }
H1.HeaderClassName
{
color: #C88FDF;
}
.AnyTagClassName
{
color: #C88FDF;
}
</style>
background-color css
<style>
a { background-color: #C88FDF; }
a { background-color: rgb(200,143,223); }
div.DivClassName
{
background-color: #C88FDF;
}
.BgClassName
{
background-color: #C88FDF;
}
</style>
border-color css
<style>
span { border-color: #C88FDF; }
span { border-color: rgb(200,143,223); }
td.TdClassName
{
border-color: #C88FDF;
}
.TagClassName
{
border-color: #C88FDF;
}
</style>