Shades of Wisteria #CC96F2
Tints of Wisteria #CC96F2
RGB
CMYK
RGB Variations
Color information
#CC96F2 (or 0xCC96F2) is known color: Wisteria. HEX triplet: CC, 96 and F2. RGB value is (204,150,242). Sum of RGB (Red+Green+Blue) = 204+150+242=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 150 (58.98% from 255 or 25.17% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC96F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC96F2 is #33690D. Grayscale: #B0B0B0. Windows color (decimal): -3369230 or 15898316. OLE color: 15898316.
HSL color Cylindrical-coordinate representation of color #CC96F2: hue angle of 275.22º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC96F2 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 150 | 242 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.05 |
| HSL | 275.22º | 0.78% | 0.77% | - |
| HSV(B) | 275.22º | 0.38% | 0.95% | - |
| XYZ | 51.84 | 41.06 | 89.2 | - |
| YUV | 176.63 | 164.89 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 242 | 0.16 | 0.38 | 0 | 0.05 | 275.22 | 0.78 | 0.77 |
| Hex | CC | 96 | F2 | 10 | 26 | 0 | 5 | 113 | 4E | 4D |
| Octal | 314 | 226 | 362 | 20 | 46 | 0 | 5 | 423 | 116 | 115 |
| Binary | 11001100 | 10010110 | 11110010 | 10000 | 100110 | 0 | 101 | 100010011 | 1001110 | 1001101 |
Color Harmonies of #CC96F2
Complementary color
Monochromatic Colors of #CC96F2
Black with #CC96F2
Text Example
Text Example
White with #CC96F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC96F2; }
p { color: rgb(204,150,242); }
H1.HeaderClassName
{
color: #CC96F2;
}
.AnyTagClassName
{
color: #CC96F2;
}
</style>
background-color css
<style>
a { background-color: #CC96F2; }
a { background-color: rgb(204,150,242); }
div.DivClassName
{
background-color: #CC96F2;
}
.BgClassName
{
background-color: #CC96F2;
}
</style>
border-color css
<style>
span { border-color: #CC96F2; }
span { border-color: rgb(204,150,242); }
td.TdClassName
{
border-color: #CC96F2;
}
.TagClassName
{
border-color: #CC96F2;
}
</style>