Shades of Wisteria #C68FE8
Tints of Wisteria #C68FE8
RGB
CMYK
RGB Variations
Color information
#C68FE8 (or 0xC68FE8) is known color: Wisteria. HEX triplet: C6, 8F and E8. RGB value is (198,143,232). Sum of RGB (Red+Green+Blue) = 198+143+232=573 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.55% from 573); Green value is 143 (56.25% from 255 or 24.96% from 573); Blue value is 232 (91.02% from 255 or 40.49% from 573); Max value from RGB is 232 - color contains mainly: blue. Hex color #C68FE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68FE8 is #397017. Grayscale: #A9A9A9. Windows color (decimal): -3764248 or 15241158. OLE color: 15241158.
HSL color Cylindrical-coordinate representation of color #C68FE8: hue angle of 277.08º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C68FE8 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 143 | 232 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.09 |
| HSL | 277.08º | 0.66% | 0.74% | - |
| HSV(B) | 277.08º | 0.38% | 0.91% | - |
| XYZ | 47.68 | 37.48 | 81.06 | - |
| YUV | 169.59 | 163.22 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 143 | 232 | 0.15 | 0.38 | 0 | 0.09 | 277.08 | 0.66 | 0.74 |
| Hex | C6 | 8F | E8 | F | 26 | 0 | 9 | 115 | 42 | 4A |
| Octal | 306 | 217 | 350 | 17 | 46 | 0 | 11 | 425 | 102 | 112 |
| Binary | 11000110 | 10001111 | 11101000 | 1111 | 100110 | 0 | 1001 | 100010101 | 1000010 | 1001010 |
Color Harmonies of #C68FE8
Complementary color
Monochromatic Colors of #C68FE8
Black with #C68FE8
Text Example
Text Example
White with #C68FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68FE8; }
p { color: rgb(198,143,232); }
H1.HeaderClassName
{
color: #C68FE8;
}
.AnyTagClassName
{
color: #C68FE8;
}
</style>
background-color css
<style>
a { background-color: #C68FE8; }
a { background-color: rgb(198,143,232); }
div.DivClassName
{
background-color: #C68FE8;
}
.BgClassName
{
background-color: #C68FE8;
}
</style>
border-color css
<style>
span { border-color: #C68FE8; }
span { border-color: rgb(198,143,232); }
td.TdClassName
{
border-color: #C68FE8;
}
.TagClassName
{
border-color: #C68FE8;
}
</style>