Shades of Wisteria #CF93DA
Tints of Wisteria #CF93DA
RGB
CMYK
RGB Variations
Color information
#CF93DA (or 0xCF93DA) is known color: Wisteria. HEX triplet: CF, 93 and DA. RGB value is (207,147,218). Sum of RGB (Red+Green+Blue) = 207+147+218=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 147 (57.81% from 255 or 25.70% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF93DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF93DA is #306C25. Grayscale: #ACACAC. Windows color (decimal): -3173414 or 14324687. OLE color: 14324687.
HSL color Cylindrical-coordinate representation of color #CF93DA: hue angle of 290.7º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF93DA is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 147 | 218 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.15 |
| HSL | 290.7º | 0.49% | 0.72% | - |
| HSV(B) | 290.7º | 0.33% | 0.85% | - |
| XYZ | 48.82 | 39.19 | 71.32 | - |
| YUV | 173.03 | 153.38 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 218 | 0.05 | 0.33 | 0 | 0.15 | 290.7 | 0.49 | 0.72 |
| Hex | CF | 93 | DA | 5 | 21 | 0 | F | 123 | 31 | 48 |
| Octal | 317 | 223 | 332 | 5 | 41 | 0 | 17 | 443 | 61 | 110 |
| Binary | 11001111 | 10010011 | 11011010 | 101 | 100001 | 0 | 1111 | 100100011 | 110001 | 1001000 |
Color Harmonies of #CF93DA
Complementary color
Monochromatic Colors of #CF93DA
Black with #CF93DA
Text Example
Text Example
White with #CF93DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF93DA; }
p { color: rgb(207,147,218); }
H1.HeaderClassName
{
color: #CF93DA;
}
.AnyTagClassName
{
color: #CF93DA;
}
</style>
background-color css
<style>
a { background-color: #CF93DA; }
a { background-color: rgb(207,147,218); }
div.DivClassName
{
background-color: #CF93DA;
}
.BgClassName
{
background-color: #CF93DA;
}
</style>
border-color css
<style>
span { border-color: #CF93DA; }
span { border-color: rgb(207,147,218); }
td.TdClassName
{
border-color: #CF93DA;
}
.TagClassName
{
border-color: #CF93DA;
}
</style>