Shades of Wisteria #CC99F0
Tints of Wisteria #CC99F0
RGB
CMYK
RGB Variations
Color information
#CC99F0 (or 0xCC99F0) is known color: Wisteria. HEX triplet: CC, 99 and F0. RGB value is (204,153,240). Sum of RGB (Red+Green+Blue) = 204+153+240=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 153 (60.16% from 255 or 25.63% from 597); Blue value is 240 (94.14% from 255 or 40.20% from 597); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC99F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC99F0 is #33660F. Grayscale: #B1B1B1. Windows color (decimal): -3368464 or 15768012. OLE color: 15768012.
HSL color Cylindrical-coordinate representation of color #CC99F0: hue angle of 275.17º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC99F0 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 153 | 240 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.06 |
| HSL | 275.17º | 0.74% | 0.77% | - |
| HSV(B) | 275.17º | 0.36% | 0.94% | - |
| XYZ | 52.02 | 41.91 | 87.79 | - |
| YUV | 178.17 | 162.9 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 240 | 0.15 | 0.36 | 0 | 0.06 | 275.17 | 0.74 | 0.77 |
| Hex | CC | 99 | F0 | F | 24 | 0 | 6 | 113 | 4A | 4D |
| Octal | 314 | 231 | 360 | 17 | 44 | 0 | 6 | 423 | 112 | 115 |
| Binary | 11001100 | 10011001 | 11110000 | 1111 | 100100 | 0 | 110 | 100010011 | 1001010 | 1001101 |
Color Harmonies of #CC99F0
Complementary color
Monochromatic Colors of #CC99F0
Black with #CC99F0
Text Example
Text Example
White with #CC99F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC99F0; }
p { color: rgb(204,153,240); }
H1.HeaderClassName
{
color: #CC99F0;
}
.AnyTagClassName
{
color: #CC99F0;
}
</style>
background-color css
<style>
a { background-color: #CC99F0; }
a { background-color: rgb(204,153,240); }
div.DivClassName
{
background-color: #CC99F0;
}
.BgClassName
{
background-color: #CC99F0;
}
</style>
border-color css
<style>
span { border-color: #CC99F0; }
span { border-color: rgb(204,153,240); }
td.TdClassName
{
border-color: #CC99F0;
}
.TagClassName
{
border-color: #CC99F0;
}
</style>