Shades of Wisteria #CF93F5
Tints of Wisteria #CF93F5
RGB
CMYK
RGB Variations
Color information
#CF93F5 (or 0xCF93F5) is known color: Wisteria. HEX triplet: CF, 93 and F5. RGB value is (207,147,245). Sum of RGB (Red+Green+Blue) = 207+147+245=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 147 (57.81% from 255 or 24.54% from 599); Blue value is 245 (96.09% from 255 or 40.90% from 599); Max value from RGB is 245 - color contains mainly: blue. Hex color #CF93F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF93F5 is #306C0A. Grayscale: #AFAFAF. Windows color (decimal): -3173387 or 16094159. OLE color: 16094159.
HSL color Cylindrical-coordinate representation of color #CF93F5: hue angle of 276.73º degrees, saturation: 0.83, 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 #CF93F5 is Cyan = 0.16, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 147 | 245 | - |
| CMYK | 0.16 | 0.4 | 0 | 0.04 |
| HSL | 276.73º | 0.83% | 0.77% | - |
| HSV(B) | 276.73º | 0.4% | 0.96% | - |
| XYZ | 52.65 | 40.73 | 91.47 | - |
| YUV | 176.11 | 166.88 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 245 | 0.16 | 0.4 | 0 | 0.04 | 276.73 | 0.83 | 0.77 |
| Hex | CF | 93 | F5 | 10 | 28 | 0 | 4 | 115 | 53 | 4D |
| Octal | 317 | 223 | 365 | 20 | 50 | 0 | 4 | 425 | 123 | 115 |
| Binary | 11001111 | 10010011 | 11110101 | 10000 | 101000 | 0 | 100 | 100010101 | 1010011 | 1001101 |
Color Harmonies of #CF93F5
Complementary color
Monochromatic Colors of #CF93F5
Black with #CF93F5
Text Example
Text Example
White with #CF93F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF93F5; }
p { color: rgb(207,147,245); }
H1.HeaderClassName
{
color: #CF93F5;
}
.AnyTagClassName
{
color: #CF93F5;
}
</style>
background-color css
<style>
a { background-color: #CF93F5; }
a { background-color: rgb(207,147,245); }
div.DivClassName
{
background-color: #CF93F5;
}
.BgClassName
{
background-color: #CF93F5;
}
</style>
border-color css
<style>
span { border-color: #CF93F5; }
span { border-color: rgb(207,147,245); }
td.TdClassName
{
border-color: #CF93F5;
}
.TagClassName
{
border-color: #CF93F5;
}
</style>