Shades of Wisteria #C68FFC
Tints of Wisteria #C68FFC
RGB
CMYK
RGB Variations
Color information
#C68FFC (or 0xC68FFC) is known color: Wisteria. HEX triplet: C6, 8F and FC. RGB value is (198,143,252). Sum of RGB (Red+Green+Blue) = 198+143+252=593 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.39% from 593); Green value is 143 (56.25% from 255 or 24.11% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #C68FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68FFC is #397003. Grayscale: #ABABAB. Windows color (decimal): -3764228 or 16551878. OLE color: 16551878.
HSL color Cylindrical-coordinate representation of color #C68FFC: hue angle of 270.28º 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 #C68FFC is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 143 | 252 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.01 |
| HSL | 270.28º | 0.95% | 0.77% | - |
| HSV(B) | 270.28º | 0.43% | 0.99% | - |
| XYZ | 50.68 | 38.68 | 96.89 | - |
| YUV | 171.87 | 173.22 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 143 | 252 | 0.21 | 0.43 | 0 | 0.01 | 270.28 | 0.95 | 0.77 |
| Hex | C6 | 8F | FC | 15 | 2B | 0 | 1 | 10E | 5F | 4D |
| Octal | 306 | 217 | 374 | 25 | 53 | 0 | 1 | 416 | 137 | 115 |
| Binary | 11000110 | 10001111 | 11111100 | 10101 | 101011 | 0 | 1 | 100001110 | 1011111 | 1001101 |
Color Harmonies of #C68FFC
Complementary color
Monochromatic Colors of #C68FFC
Black with #C68FFC
Text Example
Text Example
White with #C68FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68FFC; }
p { color: rgb(198,143,252); }
H1.HeaderClassName
{
color: #C68FFC;
}
.AnyTagClassName
{
color: #C68FFC;
}
</style>
background-color css
<style>
a { background-color: #C68FFC; }
a { background-color: rgb(198,143,252); }
div.DivClassName
{
background-color: #C68FFC;
}
.BgClassName
{
background-color: #C68FFC;
}
</style>
border-color css
<style>
span { border-color: #C68FFC; }
span { border-color: rgb(198,143,252); }
td.TdClassName
{
border-color: #C68FFC;
}
.TagClassName
{
border-color: #C68FFC;
}
</style>