Shades of Wisteria #C88AF8
Tints of Wisteria #C88AF8
RGB
CMYK
RGB Variations
Color information
#C88AF8 (or 0xC88AF8) is known color: Wisteria. HEX triplet: C8, 8A and F8. RGB value is (200,138,248). Sum of RGB (Red+Green+Blue) = 200+138+248=586 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.13% from 586); Green value is 138 (54.30% from 255 or 23.55% from 586); Blue value is 248 (97.27% from 255 or 42.32% from 586); Max value from RGB is 248 - color contains mainly: blue. Hex color #C88AF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88AF8 is #377507. Grayscale: #A8A8A8. Windows color (decimal): -3634440 or 16288456. OLE color: 16288456.
HSL color Cylindrical-coordinate representation of color #C88AF8: hue angle of 273.82º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C88AF8 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 138 | 248 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.03 |
| HSL | 273.82º | 0.89% | 0.76% | - |
| HSV(B) | 273.82º | 0.44% | 0.97% | - |
| XYZ | 49.85 | 37.23 | 93.37 | - |
| YUV | 169.08 | 172.54 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 138 | 248 | 0.19 | 0.44 | 0 | 0.03 | 273.82 | 0.89 | 0.76 |
| Hex | C8 | 8A | F8 | 13 | 2C | 0 | 3 | 112 | 59 | 4C |
| Octal | 310 | 212 | 370 | 23 | 54 | 0 | 3 | 422 | 131 | 114 |
| Binary | 11001000 | 10001010 | 11111000 | 10011 | 101100 | 0 | 11 | 100010010 | 1011001 | 1001100 |
Color Harmonies of #C88AF8
Complementary color
Monochromatic Colors of #C88AF8
Black with #C88AF8
Text Example
Text Example
White with #C88AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88AF8; }
p { color: rgb(200,138,248); }
H1.HeaderClassName
{
color: #C88AF8;
}
.AnyTagClassName
{
color: #C88AF8;
}
</style>
background-color css
<style>
a { background-color: #C88AF8; }
a { background-color: rgb(200,138,248); }
div.DivClassName
{
background-color: #C88AF8;
}
.BgClassName
{
background-color: #C88AF8;
}
</style>
border-color css
<style>
span { border-color: #C88AF8; }
span { border-color: rgb(200,138,248); }
td.TdClassName
{
border-color: #C88AF8;
}
.TagClassName
{
border-color: #C88AF8;
}
</style>