Shades of Wisteria #CF93F4
Tints of Wisteria #CF93F4
RGB
CMYK
RGB Variations
Color information
#CF93F4 (or 0xCF93F4) is known color: Wisteria. HEX triplet: CF, 93 and F4. RGB value is (207,147,244). Sum of RGB (Red+Green+Blue) = 207+147+244=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 147 (57.81% from 255 or 24.58% from 598); Blue value is 244 (95.70% from 255 or 40.80% from 598); Max value from RGB is 244 - color contains mainly: blue. Hex color #CF93F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF93F4 is #306C0B. Grayscale: #AFAFAF. Windows color (decimal): -3173388 or 16028623. OLE color: 16028623.
HSL color Cylindrical-coordinate representation of color #CF93F4: hue angle of 277.11º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF93F4 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 147 | 244 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.04 |
| HSL | 277.11º | 0.82% | 0.77% | - |
| HSV(B) | 277.11º | 0.4% | 0.96% | - |
| XYZ | 52.49 | 40.66 | 90.67 | - |
| YUV | 176 | 166.38 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 244 | 0.15 | 0.40 | 0 | 0.04 | 277.11 | 0.82 | 0.77 |
| Hex | CF | 93 | F4 | F | 28 | 0 | 4 | 115 | 52 | 4D |
| Octal | 317 | 223 | 364 | 17 | 50 | 0 | 4 | 425 | 122 | 115 |
| Binary | 11001111 | 10010011 | 11110100 | 1111 | 101000 | 0 | 100 | 100010101 | 1010010 | 1001101 |
Color Harmonies of #CF93F4
Complementary color
Monochromatic Colors of #CF93F4
Black with #CF93F4
Text Example
Text Example
White with #CF93F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF93F4; }
p { color: rgb(207,147,244); }
H1.HeaderClassName
{
color: #CF93F4;
}
.AnyTagClassName
{
color: #CF93F4;
}
</style>
background-color css
<style>
a { background-color: #CF93F4; }
a { background-color: rgb(207,147,244); }
div.DivClassName
{
background-color: #CF93F4;
}
.BgClassName
{
background-color: #CF93F4;
}
</style>
border-color css
<style>
span { border-color: #CF93F4; }
span { border-color: rgb(207,147,244); }
td.TdClassName
{
border-color: #CF93F4;
}
.TagClassName
{
border-color: #CF93F4;
}
</style>