Shades of Wisteria #C67FDD
Tints of Wisteria #C67FDD
RGB
CMYK
RGB Variations
Color information
#C67FDD (or 0xC67FDD) is known color: Wisteria. HEX triplet: C6, 7F and DD. RGB value is (198,127,221). Sum of RGB (Red+Green+Blue) = 198+127+221=546 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.26% from 546); Green value is 127 (50% from 255 or 23.26% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #C67FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67FDD is #398022. Grayscale: #9E9E9E. Windows color (decimal): -3768355 or 14516166. OLE color: 14516166.
HSL color Cylindrical-coordinate representation of color #C67FDD: hue angle of 285.32º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C67FDD is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 127 | 221 | - |
| CMYK | 0.10 | 0.43 | 0 | 0.13 |
| HSL | 285.32º | 0.58% | 0.68% | - |
| HSV(B) | 285.32º | 0.43% | 0.87% | - |
| XYZ | 43.93 | 32.4 | 72.35 | - |
| YUV | 158.95 | 163.02 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 127 | 221 | 0.10 | 0.43 | 0 | 0.13 | 285.32 | 0.58 | 0.68 |
| Hex | C6 | 7F | DD | A | 2B | 0 | D | 11D | 3A | 44 |
| Octal | 306 | 177 | 335 | 12 | 53 | 0 | 15 | 435 | 72 | 104 |
| Binary | 11000110 | 1111111 | 11011101 | 1010 | 101011 | 0 | 1101 | 100011101 | 111010 | 1000100 |
Color Harmonies of #C67FDD
Complementary color
Monochromatic Colors of #C67FDD
Black with #C67FDD
Text Example
Text Example
White with #C67FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67FDD; }
p { color: rgb(198,127,221); }
H1.HeaderClassName
{
color: #C67FDD;
}
.AnyTagClassName
{
color: #C67FDD;
}
</style>
background-color css
<style>
a { background-color: #C67FDD; }
a { background-color: rgb(198,127,221); }
div.DivClassName
{
background-color: #C67FDD;
}
.BgClassName
{
background-color: #C67FDD;
}
</style>
border-color css
<style>
span { border-color: #C67FDD; }
span { border-color: rgb(198,127,221); }
td.TdClassName
{
border-color: #C67FDD;
}
.TagClassName
{
border-color: #C67FDD;
}
</style>