Shades of Wisteria #CF91ED
Tints of Wisteria #CF91ED
RGB
CMYK
RGB Variations
Color information
#CF91ED (or 0xCF91ED) is known color: Wisteria. HEX triplet: CF, 91 and ED. RGB value is (207,145,237). Sum of RGB (Red+Green+Blue) = 207+145+237=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 145 (57.03% from 255 or 24.62% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF91ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF91ED is #306E12. Grayscale: #ADADAD. Windows color (decimal): -3173907 or 15569359. OLE color: 15569359.
HSL color Cylindrical-coordinate representation of color #CF91ED: hue angle of 280.43º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF91ED is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 145 | 237 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.07 |
| HSL | 280.43º | 0.72% | 0.75% | - |
| HSV(B) | 280.43º | 0.39% | 0.93% | - |
| XYZ | 51.14 | 39.63 | 85.07 | - |
| YUV | 174.03 | 163.54 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 237 | 0.13 | 0.39 | 0 | 0.07 | 280.43 | 0.72 | 0.75 |
| Hex | CF | 91 | ED | D | 27 | 0 | 7 | 118 | 48 | 4B |
| Octal | 317 | 221 | 355 | 15 | 47 | 0 | 7 | 430 | 110 | 113 |
| Binary | 11001111 | 10010001 | 11101101 | 1101 | 100111 | 0 | 111 | 100011000 | 1001000 | 1001011 |
Color Harmonies of #CF91ED
Complementary color
Monochromatic Colors of #CF91ED
Black with #CF91ED
Text Example
Text Example
White with #CF91ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF91ED; }
p { color: rgb(207,145,237); }
H1.HeaderClassName
{
color: #CF91ED;
}
.AnyTagClassName
{
color: #CF91ED;
}
</style>
background-color css
<style>
a { background-color: #CF91ED; }
a { background-color: rgb(207,145,237); }
div.DivClassName
{
background-color: #CF91ED;
}
.BgClassName
{
background-color: #CF91ED;
}
</style>
border-color css
<style>
span { border-color: #CF91ED; }
span { border-color: rgb(207,145,237); }
td.TdClassName
{
border-color: #CF91ED;
}
.TagClassName
{
border-color: #CF91ED;
}
</style>