Shades of Wisteria #CC91F0
Tints of Wisteria #CC91F0
RGB
CMYK
RGB Variations
Color information
#CC91F0 (or 0xCC91F0) is known color: Wisteria. HEX triplet: CC, 91 and F0. RGB value is (204,145,240). Sum of RGB (Red+Green+Blue) = 204+145+240=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 145 (57.03% from 255 or 24.62% from 589); Blue value is 240 (94.14% from 255 or 40.75% from 589); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC91F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC91F0 is #336E0F. Grayscale: #ADADAD. Windows color (decimal): -3370512 or 15765964. OLE color: 15765964.
HSL color Cylindrical-coordinate representation of color #CC91F0: hue angle of 277.26º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC91F0 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 145 | 240 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.06 |
| HSL | 277.26º | 0.76% | 0.75% | - |
| HSV(B) | 277.26º | 0.4% | 0.94% | - |
| XYZ | 50.76 | 39.38 | 87.36 | - |
| YUV | 173.47 | 165.55 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 240 | 0.15 | 0.40 | 0 | 0.06 | 277.26 | 0.76 | 0.75 |
| Hex | CC | 91 | F0 | F | 28 | 0 | 6 | 115 | 4C | 4B |
| Octal | 314 | 221 | 360 | 17 | 50 | 0 | 6 | 425 | 114 | 113 |
| Binary | 11001100 | 10010001 | 11110000 | 1111 | 101000 | 0 | 110 | 100010101 | 1001100 | 1001011 |
Color Harmonies of #CC91F0
Complementary color
Monochromatic Colors of #CC91F0
Black with #CC91F0
Text Example
Text Example
White with #CC91F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC91F0; }
p { color: rgb(204,145,240); }
H1.HeaderClassName
{
color: #CC91F0;
}
.AnyTagClassName
{
color: #CC91F0;
}
</style>
background-color css
<style>
a { background-color: #CC91F0; }
a { background-color: rgb(204,145,240); }
div.DivClassName
{
background-color: #CC91F0;
}
.BgClassName
{
background-color: #CC91F0;
}
</style>
border-color css
<style>
span { border-color: #CC91F0; }
span { border-color: rgb(204,145,240); }
td.TdClassName
{
border-color: #CC91F0;
}
.TagClassName
{
border-color: #CC91F0;
}
</style>