Shades of Wisteria #CB90FD
Tints of Wisteria #CB90FD
RGB
CMYK
RGB Variations
Color information
#CB90FD (or 0xCB90FD) is known color: Wisteria. HEX triplet: CB, 90 and FD. RGB value is (203,144,253). Sum of RGB (Red+Green+Blue) = 203+144+253=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 144 (56.64% from 255 or 24% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB90FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB90FD is #346F02. Grayscale: #ADADAD. Windows color (decimal): -3436291 or 16617675. OLE color: 16617675.
HSL color Cylindrical-coordinate representation of color #CB90FD: hue angle of 272.48º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB90FD is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 144 | 253 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.01 |
| HSL | 272.48º | 0.96% | 0.78% | - |
| HSV(B) | 272.48º | 0.43% | 0.99% | - |
| XYZ | 52.33 | 39.73 | 97.84 | - |
| YUV | 174.07 | 172.55 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 144 | 253 | 0.20 | 0.43 | 0 | 0.01 | 272.48 | 0.96 | 0.78 |
| Hex | CB | 90 | FD | 14 | 2B | 0 | 1 | 110 | 60 | 4E |
| Octal | 313 | 220 | 375 | 24 | 53 | 0 | 1 | 420 | 140 | 116 |
| Binary | 11001011 | 10010000 | 11111101 | 10100 | 101011 | 0 | 1 | 100010000 | 1100000 | 1001110 |
Color Harmonies of #CB90FD
Complementary color
Monochromatic Colors of #CB90FD
Black with #CB90FD
Text Example
Text Example
White with #CB90FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB90FD; }
p { color: rgb(203,144,253); }
H1.HeaderClassName
{
color: #CB90FD;
}
.AnyTagClassName
{
color: #CB90FD;
}
</style>
background-color css
<style>
a { background-color: #CB90FD; }
a { background-color: rgb(203,144,253); }
div.DivClassName
{
background-color: #CB90FD;
}
.BgClassName
{
background-color: #CB90FD;
}
</style>
border-color css
<style>
span { border-color: #CB90FD; }
span { border-color: rgb(203,144,253); }
td.TdClassName
{
border-color: #CB90FD;
}
.TagClassName
{
border-color: #CB90FD;
}
</style>