Shades of Wisteria #C67FE1
Tints of Wisteria #C67FE1
RGB
CMYK
RGB Variations
Color information
#C67FE1 (or 0xC67FE1) is known color: Wisteria. HEX triplet: C6, 7F and E1. RGB value is (198,127,225). Sum of RGB (Red+Green+Blue) = 198+127+225=550 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36% from 550); Green value is 127 (50% from 255 or 23.09% from 550); Blue value is 225 (88.28% from 255 or 40.91% from 550); Max value from RGB is 225 - color contains mainly: blue. Hex color #C67FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67FE1 is #39801E. Grayscale: #9F9F9F. Windows color (decimal): -3768351 or 14778310. OLE color: 14778310.
HSL color Cylindrical-coordinate representation of color #C67FE1: hue angle of 283.47º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C67FE1 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 127 | 225 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.12 |
| HSL | 283.47º | 0.62% | 0.69% | - |
| HSV(B) | 283.47º | 0.44% | 0.88% | - |
| XYZ | 44.47 | 32.62 | 75.19 | - |
| YUV | 159.4 | 165.02 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 127 | 225 | 0.12 | 0.44 | 0 | 0.12 | 283.47 | 0.62 | 0.69 |
| Hex | C6 | 7F | E1 | C | 2C | 0 | C | 11B | 3E | 45 |
| Octal | 306 | 177 | 341 | 14 | 54 | 0 | 14 | 433 | 76 | 105 |
| Binary | 11000110 | 1111111 | 11100001 | 1100 | 101100 | 0 | 1100 | 100011011 | 111110 | 1000101 |
Color Harmonies of #C67FE1
Complementary color
Monochromatic Colors of #C67FE1
Black with #C67FE1
Text Example
Text Example
White with #C67FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67FE1; }
p { color: rgb(198,127,225); }
H1.HeaderClassName
{
color: #C67FE1;
}
.AnyTagClassName
{
color: #C67FE1;
}
</style>
background-color css
<style>
a { background-color: #C67FE1; }
a { background-color: rgb(198,127,225); }
div.DivClassName
{
background-color: #C67FE1;
}
.BgClassName
{
background-color: #C67FE1;
}
</style>
border-color css
<style>
span { border-color: #C67FE1; }
span { border-color: rgb(198,127,225); }
td.TdClassName
{
border-color: #C67FE1;
}
.TagClassName
{
border-color: #C67FE1;
}
</style>