Shades of Wisteria #CF93DF
Tints of Wisteria #CF93DF
RGB
CMYK
RGB Variations
Color information
#CF93DF (or 0xCF93DF) is known color: Wisteria. HEX triplet: CF, 93 and DF. RGB value is (207,147,223). Sum of RGB (Red+Green+Blue) = 207+147+223=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 147 (57.81% from 255 or 25.48% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF93DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF93DF is #306C20. Grayscale: #ADADAD. Windows color (decimal): -3173409 or 14652367. OLE color: 14652367.
HSL color Cylindrical-coordinate representation of color #CF93DF: hue angle of 287.37º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF93DF is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 147 | 223 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.13 |
| HSL | 287.37º | 0.54% | 0.73% | - |
| HSV(B) | 287.37º | 0.34% | 0.87% | - |
| XYZ | 49.49 | 39.46 | 74.82 | - |
| YUV | 173.6 | 155.88 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 223 | 0.07 | 0.34 | 0 | 0.13 | 287.37 | 0.54 | 0.73 |
| Hex | CF | 93 | DF | 7 | 22 | 0 | D | 11F | 36 | 49 |
| Octal | 317 | 223 | 337 | 7 | 42 | 0 | 15 | 437 | 66 | 111 |
| Binary | 11001111 | 10010011 | 11011111 | 111 | 100010 | 0 | 1101 | 100011111 | 110110 | 1001001 |
Color Harmonies of #CF93DF
Complementary color
Monochromatic Colors of #CF93DF
Black with #CF93DF
Text Example
Text Example
White with #CF93DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF93DF; }
p { color: rgb(207,147,223); }
H1.HeaderClassName
{
color: #CF93DF;
}
.AnyTagClassName
{
color: #CF93DF;
}
</style>
background-color css
<style>
a { background-color: #CF93DF; }
a { background-color: rgb(207,147,223); }
div.DivClassName
{
background-color: #CF93DF;
}
.BgClassName
{
background-color: #CF93DF;
}
</style>
border-color css
<style>
span { border-color: #CF93DF; }
span { border-color: rgb(207,147,223); }
td.TdClassName
{
border-color: #CF93DF;
}
.TagClassName
{
border-color: #CF93DF;
}
</style>