Shades of Wisteria #CF90FA
Tints of Wisteria #CF90FA
RGB
CMYK
RGB Variations
Color information
#CF90FA (or 0xCF90FA) is known color: Wisteria. HEX triplet: CF, 90 and FA. RGB value is (207,144,250). Sum of RGB (Red+Green+Blue) = 207+144+250=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 144 (56.64% from 255 or 23.96% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF90FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF90FA is #306F05. Grayscale: #AEAEAE. Windows color (decimal): -3174150 or 16421071. OLE color: 16421071.
HSL color Cylindrical-coordinate representation of color #CF90FA: hue angle of 275.66º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF90FA is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 144 | 250 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.02 |
| HSL | 275.66º | 0.91% | 0.77% | - |
| HSV(B) | 275.66º | 0.42% | 0.98% | - |
| XYZ | 52.96 | 40.11 | 95.39 | - |
| YUV | 174.92 | 170.37 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 250 | 0.17 | 0.42 | 0 | 0.02 | 275.66 | 0.91 | 0.77 |
| Hex | CF | 90 | FA | 11 | 2A | 0 | 2 | 114 | 5B | 4D |
| Octal | 317 | 220 | 372 | 21 | 52 | 0 | 2 | 424 | 133 | 115 |
| Binary | 11001111 | 10010000 | 11111010 | 10001 | 101010 | 0 | 10 | 100010100 | 1011011 | 1001101 |
Color Harmonies of #CF90FA
Complementary color
Monochromatic Colors of #CF90FA
Black with #CF90FA
Text Example
Text Example
White with #CF90FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF90FA; }
p { color: rgb(207,144,250); }
H1.HeaderClassName
{
color: #CF90FA;
}
.AnyTagClassName
{
color: #CF90FA;
}
</style>
background-color css
<style>
a { background-color: #CF90FA; }
a { background-color: rgb(207,144,250); }
div.DivClassName
{
background-color: #CF90FA;
}
.BgClassName
{
background-color: #CF90FA;
}
</style>
border-color css
<style>
span { border-color: #CF90FA; }
span { border-color: rgb(207,144,250); }
td.TdClassName
{
border-color: #CF90FA;
}
.TagClassName
{
border-color: #CF90FA;
}
</style>