Shades of Wisteria #CB95F0
Tints of Wisteria #CB95F0
RGB
CMYK
RGB Variations
Color information
#CB95F0 (or 0xCB95F0) is known color: Wisteria. HEX triplet: CB, 95 and F0. RGB value is (203,149,240). Sum of RGB (Red+Green+Blue) = 203+149+240=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 149 (58.59% from 255 or 25.17% from 592); Blue value is 240 (94.14% from 255 or 40.54% from 592); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB95F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB95F0 is #346A0F. Grayscale: #AFAFAF. Windows color (decimal): -3435024 or 15766987. OLE color: 15766987.
HSL color Cylindrical-coordinate representation of color #CB95F0: hue angle of 275.6º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB95F0 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 149 | 240 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.06 |
| HSL | 275.6º | 0.75% | 0.76% | - |
| HSV(B) | 275.6º | 0.38% | 0.94% | - |
| XYZ | 51.1 | 40.48 | 87.56 | - |
| YUV | 175.52 | 164.39 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 149 | 240 | 0.15 | 0.38 | 0 | 0.06 | 275.6 | 0.75 | 0.76 |
| Hex | CB | 95 | F0 | F | 26 | 0 | 6 | 114 | 4B | 4C |
| Octal | 313 | 225 | 360 | 17 | 46 | 0 | 6 | 424 | 113 | 114 |
| Binary | 11001011 | 10010101 | 11110000 | 1111 | 100110 | 0 | 110 | 100010100 | 1001011 | 1001100 |
Color Harmonies of #CB95F0
Complementary color
Monochromatic Colors of #CB95F0
Black with #CB95F0
Text Example
Text Example
White with #CB95F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB95F0; }
p { color: rgb(203,149,240); }
H1.HeaderClassName
{
color: #CB95F0;
}
.AnyTagClassName
{
color: #CB95F0;
}
</style>
background-color css
<style>
a { background-color: #CB95F0; }
a { background-color: rgb(203,149,240); }
div.DivClassName
{
background-color: #CB95F0;
}
.BgClassName
{
background-color: #CB95F0;
}
</style>
border-color css
<style>
span { border-color: #CB95F0; }
span { border-color: rgb(203,149,240); }
td.TdClassName
{
border-color: #CB95F0;
}
.TagClassName
{
border-color: #CB95F0;
}
</style>