Shades of Wisteria #CF94DC
Tints of Wisteria #CF94DC
RGB
CMYK
RGB Variations
Color information
#CF94DC (or 0xCF94DC) is known color: Wisteria. HEX triplet: CF, 94 and DC. RGB value is (207,148,220). Sum of RGB (Red+Green+Blue) = 207+148+220=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 148 (58.20% from 255 or 25.74% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF94DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF94DC is #306B23. Grayscale: #ADADAD. Windows color (decimal): -3173156 or 14456015. OLE color: 14456015.
HSL color Cylindrical-coordinate representation of color #CF94DC: hue angle of 289.17º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF94DC is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 148 | 220 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.14 |
| HSL | 289.17º | 0.51% | 0.72% | - |
| HSV(B) | 289.17º | 0.33% | 0.86% | - |
| XYZ | 49.24 | 39.61 | 72.76 | - |
| YUV | 173.85 | 154.05 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 148 | 220 | 0.06 | 0.33 | 0 | 0.14 | 289.17 | 0.51 | 0.72 |
| Hex | CF | 94 | DC | 6 | 21 | 0 | E | 121 | 33 | 48 |
| Octal | 317 | 224 | 334 | 6 | 41 | 0 | 16 | 441 | 63 | 110 |
| Binary | 11001111 | 10010100 | 11011100 | 110 | 100001 | 0 | 1110 | 100100001 | 110011 | 1001000 |
Color Harmonies of #CF94DC
Complementary color
Monochromatic Colors of #CF94DC
Black with #CF94DC
Text Example
Text Example
White with #CF94DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF94DC; }
p { color: rgb(207,148,220); }
H1.HeaderClassName
{
color: #CF94DC;
}
.AnyTagClassName
{
color: #CF94DC;
}
</style>
background-color css
<style>
a { background-color: #CF94DC; }
a { background-color: rgb(207,148,220); }
div.DivClassName
{
background-color: #CF94DC;
}
.BgClassName
{
background-color: #CF94DC;
}
</style>
border-color css
<style>
span { border-color: #CF94DC; }
span { border-color: rgb(207,148,220); }
td.TdClassName
{
border-color: #CF94DC;
}
.TagClassName
{
border-color: #CF94DC;
}
</style>