Shades of Wisteria #CC91FB
Tints of Wisteria #CC91FB
RGB
CMYK
RGB Variations
Color information
#CC91FB (or 0xCC91FB) is known color: Wisteria. HEX triplet: CC, 91 and FB. RGB value is (204,145,251). Sum of RGB (Red+Green+Blue) = 204+145+251=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 145 (57.03% from 255 or 24.17% from 600); Blue value is 251 (98.44% from 255 or 41.83% from 600); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC91FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC91FB is #336E04. Grayscale: #AEAEAE. Windows color (decimal): -3370501 or 16486860. OLE color: 16486860.
HSL color Cylindrical-coordinate representation of color #CC91FB: hue angle of 273.4º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC91FB is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 145 | 251 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.02 |
| HSL | 273.4º | 0.93% | 0.78% | - |
| HSV(B) | 273.4º | 0.42% | 0.98% | - |
| XYZ | 52.44 | 40.05 | 96.23 | - |
| YUV | 174.73 | 171.05 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 251 | 0.19 | 0.42 | 0 | 0.02 | 273.4 | 0.93 | 0.78 |
| Hex | CC | 91 | FB | 13 | 2A | 0 | 2 | 111 | 5D | 4E |
| Octal | 314 | 221 | 373 | 23 | 52 | 0 | 2 | 421 | 135 | 116 |
| Binary | 11001100 | 10010001 | 11111011 | 10011 | 101010 | 0 | 10 | 100010001 | 1011101 | 1001110 |
Color Harmonies of #CC91FB
Complementary color
Monochromatic Colors of #CC91FB
Black with #CC91FB
Text Example
Text Example
White with #CC91FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC91FB; }
p { color: rgb(204,145,251); }
H1.HeaderClassName
{
color: #CC91FB;
}
.AnyTagClassName
{
color: #CC91FB;
}
</style>
background-color css
<style>
a { background-color: #CC91FB; }
a { background-color: rgb(204,145,251); }
div.DivClassName
{
background-color: #CC91FB;
}
.BgClassName
{
background-color: #CC91FB;
}
</style>
border-color css
<style>
span { border-color: #CC91FB; }
span { border-color: rgb(204,145,251); }
td.TdClassName
{
border-color: #CC91FB;
}
.TagClassName
{
border-color: #CC91FB;
}
</style>