Shades of Wisteria #CF90FB
Tints of Wisteria #CF90FB
RGB
CMYK
RGB Variations
Color information
#CF90FB (or 0xCF90FB) is known color: Wisteria. HEX triplet: CF, 90 and FB. RGB value is (207,144,251). Sum of RGB (Red+Green+Blue) = 207+144+251=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 144 (56.64% from 255 or 23.92% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #CF90FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF90FB is #306F04. Grayscale: #AEAEAE. Windows color (decimal): -3174149 or 16486607. OLE color: 16486607.
HSL color Cylindrical-coordinate representation of color #CF90FB: hue angle of 275.33º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF90FB is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 144 | 251 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.02 |
| HSL | 275.33º | 0.93% | 0.77% | - |
| HSV(B) | 275.33º | 0.43% | 0.98% | - |
| XYZ | 53.12 | 40.18 | 96.22 | - |
| YUV | 175.04 | 170.87 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 251 | 0.18 | 0.43 | 0 | 0.02 | 275.33 | 0.93 | 0.77 |
| Hex | CF | 90 | FB | 12 | 2B | 0 | 2 | 113 | 5D | 4D |
| Octal | 317 | 220 | 373 | 22 | 53 | 0 | 2 | 423 | 135 | 115 |
| Binary | 11001111 | 10010000 | 11111011 | 10010 | 101011 | 0 | 10 | 100010011 | 1011101 | 1001101 |
Color Harmonies of #CF90FB
Complementary color
Monochromatic Colors of #CF90FB
Black with #CF90FB
Text Example
Text Example
White with #CF90FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF90FB; }
p { color: rgb(207,144,251); }
H1.HeaderClassName
{
color: #CF90FB;
}
.AnyTagClassName
{
color: #CF90FB;
}
</style>
background-color css
<style>
a { background-color: #CF90FB; }
a { background-color: rgb(207,144,251); }
div.DivClassName
{
background-color: #CF90FB;
}
.BgClassName
{
background-color: #CF90FB;
}
</style>
border-color css
<style>
span { border-color: #CF90FB; }
span { border-color: rgb(207,144,251); }
td.TdClassName
{
border-color: #CF90FB;
}
.TagClassName
{
border-color: #CF90FB;
}
</style>