Shades of Wisteria #CB94F6
Tints of Wisteria #CB94F6
RGB
CMYK
RGB Variations
Color information
#CB94F6 (or 0xCB94F6) is known color: Wisteria. HEX triplet: CB, 94 and F6. RGB value is (203,148,246). Sum of RGB (Red+Green+Blue) = 203+148+246=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 148 (58.20% from 255 or 24.79% from 597); Blue value is 246 (96.48% from 255 or 41.21% from 597); Max value from RGB is 246 - color contains mainly: blue. Hex color #CB94F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB94F6 is #346B09. Grayscale: #AFAFAF. Windows color (decimal): -3435274 or 16159947. OLE color: 16159947.
HSL color Cylindrical-coordinate representation of color #CB94F6: hue angle of 273.67º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB94F6 is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 148 | 246 | - |
| CMYK | 0.17 | 0.40 | 0 | 0.04 |
| HSL | 273.67º | 0.84% | 0.77% | - |
| HSV(B) | 273.67º | 0.4% | 0.96% | - |
| XYZ | 51.85 | 40.53 | 92.28 | - |
| YUV | 175.62 | 167.72 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 148 | 246 | 0.17 | 0.40 | 0 | 0.04 | 273.67 | 0.84 | 0.77 |
| Hex | CB | 94 | F6 | 11 | 28 | 0 | 4 | 112 | 54 | 4D |
| Octal | 313 | 224 | 366 | 21 | 50 | 0 | 4 | 422 | 124 | 115 |
| Binary | 11001011 | 10010100 | 11110110 | 10001 | 101000 | 0 | 100 | 100010010 | 1010100 | 1001101 |
Color Harmonies of #CB94F6
Complementary color
Monochromatic Colors of #CB94F6
Black with #CB94F6
Text Example
Text Example
White with #CB94F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB94F6; }
p { color: rgb(203,148,246); }
H1.HeaderClassName
{
color: #CB94F6;
}
.AnyTagClassName
{
color: #CB94F6;
}
</style>
background-color css
<style>
a { background-color: #CB94F6; }
a { background-color: rgb(203,148,246); }
div.DivClassName
{
background-color: #CB94F6;
}
.BgClassName
{
background-color: #CB94F6;
}
</style>
border-color css
<style>
span { border-color: #CB94F6; }
span { border-color: rgb(203,148,246); }
td.TdClassName
{
border-color: #CB94F6;
}
.TagClassName
{
border-color: #CB94F6;
}
</style>