Shades of Wisteria #CB9FF2
Tints of Wisteria #CB9FF2
RGB
CMYK
RGB Variations
Color information
#CB9FF2 (or 0xCB9FF2) is known color: Wisteria. HEX triplet: CB, 9F and F2. RGB value is (203,159,242). Sum of RGB (Red+Green+Blue) = 203+159+242=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 159 (62.5% from 255 or 26.32% from 604); Blue value is 242 (94.92% from 255 or 40.07% from 604); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB9FF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9FF2 is #34600D. Grayscale: #B5B5B5. Windows color (decimal): -3432462 or 15900619. OLE color: 15900619.
HSL color Cylindrical-coordinate representation of color #CB9FF2: hue angle of 271.81º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB9FF2 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 159 | 242 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.05 |
| HSL | 271.81º | 0.76% | 0.79% | - |
| HSV(B) | 271.81º | 0.34% | 0.95% | - |
| XYZ | 53.05 | 43.9 | 89.68 | - |
| YUV | 181.62 | 162.08 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 159 | 242 | 0.16 | 0.34 | 0 | 0.05 | 271.81 | 0.76 | 0.79 |
| Hex | CB | 9F | F2 | 10 | 22 | 0 | 5 | 110 | 4C | 4F |
| Octal | 313 | 237 | 362 | 20 | 42 | 0 | 5 | 420 | 114 | 117 |
| Binary | 11001011 | 10011111 | 11110010 | 10000 | 100010 | 0 | 101 | 100010000 | 1001100 | 1001111 |
Color Harmonies of #CB9FF2
Complementary color
Monochromatic Colors of #CB9FF2
Black with #CB9FF2
Text Example
Text Example
White with #CB9FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9FF2; }
p { color: rgb(203,159,242); }
H1.HeaderClassName
{
color: #CB9FF2;
}
.AnyTagClassName
{
color: #CB9FF2;
}
</style>
background-color css
<style>
a { background-color: #CB9FF2; }
a { background-color: rgb(203,159,242); }
div.DivClassName
{
background-color: #CB9FF2;
}
.BgClassName
{
background-color: #CB9FF2;
}
</style>
border-color css
<style>
span { border-color: #CB9FF2; }
span { border-color: rgb(203,159,242); }
td.TdClassName
{
border-color: #CB9FF2;
}
.TagClassName
{
border-color: #CB9FF2;
}
</style>