Shades of Wisteria #CF93E2
Tints of Wisteria #CF93E2
RGB
CMYK
RGB Variations
Color information
#CF93E2 (or 0xCF93E2) is known color: Wisteria. HEX triplet: CF, 93 and E2. RGB value is (207,147,226). Sum of RGB (Red+Green+Blue) = 207+147+226=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 147 (57.81% from 255 or 25.34% from 580); Blue value is 226 (88.67% from 255 or 38.97% from 580); Max value from RGB is 226 - color contains mainly: blue. Hex color #CF93E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF93E2 is #306C1D. Grayscale: #ADADAD. Windows color (decimal): -3173406 or 14848975. OLE color: 14848975.
HSL color Cylindrical-coordinate representation of color #CF93E2: hue angle of 285.57º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CF93E2 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 147 | 226 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.11 |
| HSL | 285.57º | 0.58% | 0.73% | - |
| HSV(B) | 285.57º | 0.35% | 0.89% | - |
| XYZ | 49.89 | 39.62 | 76.97 | - |
| YUV | 173.95 | 157.38 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 226 | 0.08 | 0.35 | 0 | 0.11 | 285.57 | 0.58 | 0.73 |
| Hex | CF | 93 | E2 | 8 | 23 | 0 | B | 11E | 3A | 49 |
| Octal | 317 | 223 | 342 | 10 | 43 | 0 | 13 | 436 | 72 | 111 |
| Binary | 11001111 | 10010011 | 11100010 | 1000 | 100011 | 0 | 1011 | 100011110 | 111010 | 1001001 |
Color Harmonies of #CF93E2
Complementary color
Monochromatic Colors of #CF93E2
Black with #CF93E2
Text Example
Text Example
White with #CF93E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF93E2; }
p { color: rgb(207,147,226); }
H1.HeaderClassName
{
color: #CF93E2;
}
.AnyTagClassName
{
color: #CF93E2;
}
</style>
background-color css
<style>
a { background-color: #CF93E2; }
a { background-color: rgb(207,147,226); }
div.DivClassName
{
background-color: #CF93E2;
}
.BgClassName
{
background-color: #CF93E2;
}
</style>
border-color css
<style>
span { border-color: #CF93E2; }
span { border-color: rgb(207,147,226); }
td.TdClassName
{
border-color: #CF93E2;
}
.TagClassName
{
border-color: #CF93E2;
}
</style>