Shades of Wisteria #CF93ED
Tints of Wisteria #CF93ED
RGB
CMYK
RGB Variations
Color information
#CF93ED (or 0xCF93ED) is known color: Wisteria. HEX triplet: CF, 93 and ED. RGB value is (207,147,237). Sum of RGB (Red+Green+Blue) = 207+147+237=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 147 (57.81% from 255 or 24.87% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF93ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF93ED is #306C12. Grayscale: #AEAEAE. Windows color (decimal): -3173395 or 15569871. OLE color: 15569871.
HSL color Cylindrical-coordinate representation of color #CF93ED: hue angle of 280º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF93ED is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 147 | 237 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.07 |
| HSL | 280º | 0.71% | 0.75% | - |
| HSV(B) | 280º | 0.38% | 0.93% | - |
| XYZ | 51.45 | 40.25 | 85.18 | - |
| YUV | 175.2 | 162.88 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 237 | 0.13 | 0.38 | 0 | 0.07 | 280 | 0.71 | 0.75 |
| Hex | CF | 93 | ED | D | 26 | 0 | 7 | 118 | 47 | 4B |
| Octal | 317 | 223 | 355 | 15 | 46 | 0 | 7 | 430 | 107 | 113 |
| Binary | 11001111 | 10010011 | 11101101 | 1101 | 100110 | 0 | 111 | 100011000 | 1000111 | 1001011 |
Color Harmonies of #CF93ED
Complementary color
Monochromatic Colors of #CF93ED
Black with #CF93ED
Text Example
Text Example
White with #CF93ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF93ED; }
p { color: rgb(207,147,237); }
H1.HeaderClassName
{
color: #CF93ED;
}
.AnyTagClassName
{
color: #CF93ED;
}
</style>
background-color css
<style>
a { background-color: #CF93ED; }
a { background-color: rgb(207,147,237); }
div.DivClassName
{
background-color: #CF93ED;
}
.BgClassName
{
background-color: #CF93ED;
}
</style>
border-color css
<style>
span { border-color: #CF93ED; }
span { border-color: rgb(207,147,237); }
td.TdClassName
{
border-color: #CF93ED;
}
.TagClassName
{
border-color: #CF93ED;
}
</style>