Shades of Wisteria #C88FFC
Tints of Wisteria #C88FFC
RGB
CMYK
RGB Variations
Color information
#C88FFC (or 0xC88FFC) is known color: Wisteria. HEX triplet: C8, 8F and FC. RGB value is (200,143,252). Sum of RGB (Red+Green+Blue) = 200+143+252=595 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.61% from 595); Green value is 143 (56.25% from 255 or 24.03% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #C88FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88FFC is #377003. Grayscale: #ACACAC. Windows color (decimal): -3633156 or 16551880. OLE color: 16551880.
HSL color Cylindrical-coordinate representation of color #C88FFC: hue angle of 271.38º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C88FFC is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 143 | 252 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.01 |
| HSL | 271.38º | 0.95% | 0.77% | - |
| HSV(B) | 271.38º | 0.43% | 0.99% | - |
| XYZ | 51.21 | 38.95 | 96.91 | - |
| YUV | 172.47 | 172.88 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 143 | 252 | 0.21 | 0.43 | 0 | 0.01 | 271.38 | 0.95 | 0.77 |
| Hex | C8 | 8F | FC | 15 | 2B | 0 | 1 | 10F | 5F | 4D |
| Octal | 310 | 217 | 374 | 25 | 53 | 0 | 1 | 417 | 137 | 115 |
| Binary | 11001000 | 10001111 | 11111100 | 10101 | 101011 | 0 | 1 | 100001111 | 1011111 | 1001101 |
Color Harmonies of #C88FFC
Complementary color
Monochromatic Colors of #C88FFC
Black with #C88FFC
Text Example
Text Example
White with #C88FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88FFC; }
p { color: rgb(200,143,252); }
H1.HeaderClassName
{
color: #C88FFC;
}
.AnyTagClassName
{
color: #C88FFC;
}
</style>
background-color css
<style>
a { background-color: #C88FFC; }
a { background-color: rgb(200,143,252); }
div.DivClassName
{
background-color: #C88FFC;
}
.BgClassName
{
background-color: #C88FFC;
}
</style>
border-color css
<style>
span { border-color: #C88FFC; }
span { border-color: rgb(200,143,252); }
td.TdClassName
{
border-color: #C88FFC;
}
.TagClassName
{
border-color: #C88FFC;
}
</style>