Shades of Wisteria #CF90ED
Tints of Wisteria #CF90ED
RGB
CMYK
RGB Variations
Color information
#CF90ED (or 0xCF90ED) is known color: Wisteria. HEX triplet: CF, 90 and ED. RGB value is (207,144,237). Sum of RGB (Red+Green+Blue) = 207+144+237=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 144 (56.64% from 255 or 24.49% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF90ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF90ED is #306F12. Grayscale: #ADADAD. Windows color (decimal): -3174163 or 15569103. OLE color: 15569103.
HSL color Cylindrical-coordinate representation of color #CF90ED: hue angle of 280.65º 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 #CF90ED is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 144 | 237 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.07 |
| HSL | 280.65º | 0.72% | 0.75% | - |
| HSV(B) | 280.65º | 0.39% | 0.93% | - |
| XYZ | 50.99 | 39.33 | 85.02 | - |
| YUV | 173.44 | 163.87 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 237 | 0.13 | 0.39 | 0 | 0.07 | 280.65 | 0.72 | 0.75 |
| Hex | CF | 90 | ED | D | 27 | 0 | 7 | 119 | 48 | 4B |
| Octal | 317 | 220 | 355 | 15 | 47 | 0 | 7 | 431 | 110 | 113 |
| Binary | 11001111 | 10010000 | 11101101 | 1101 | 100111 | 0 | 111 | 100011001 | 1001000 | 1001011 |
Color Harmonies of #CF90ED
Complementary color
Monochromatic Colors of #CF90ED
Black with #CF90ED
Text Example
Text Example
White with #CF90ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF90ED; }
p { color: rgb(207,144,237); }
H1.HeaderClassName
{
color: #CF90ED;
}
.AnyTagClassName
{
color: #CF90ED;
}
</style>
background-color css
<style>
a { background-color: #CF90ED; }
a { background-color: rgb(207,144,237); }
div.DivClassName
{
background-color: #CF90ED;
}
.BgClassName
{
background-color: #CF90ED;
}
</style>
border-color css
<style>
span { border-color: #CF90ED; }
span { border-color: rgb(207,144,237); }
td.TdClassName
{
border-color: #CF90ED;
}
.TagClassName
{
border-color: #CF90ED;
}
</style>