Shades of Wisteria #CC96F0
Tints of Wisteria #CC96F0
RGB
CMYK
RGB Variations
Color information
#CC96F0 (or 0xCC96F0) is known color: Wisteria. HEX triplet: CC, 96 and F0. RGB value is (204,150,240). Sum of RGB (Red+Green+Blue) = 204+150+240=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 150 (58.98% from 255 or 25.25% from 594); Blue value is 240 (94.14% from 255 or 40.40% from 594); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC96F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC96F0 is #33690F. Grayscale: #B0B0B0. Windows color (decimal): -3369232 or 15767244. OLE color: 15767244.
HSL color Cylindrical-coordinate representation of color #CC96F0: hue angle of 276º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC96F0 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 150 | 240 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.06 |
| HSL | 276º | 0.75% | 0.76% | - |
| HSV(B) | 276º | 0.38% | 0.94% | - |
| XYZ | 51.54 | 40.94 | 87.62 | - |
| YUV | 176.41 | 163.89 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 240 | 0.15 | 0.37 | 0 | 0.06 | 276 | 0.75 | 0.76 |
| Hex | CC | 96 | F0 | F | 25 | 0 | 6 | 114 | 4B | 4C |
| Octal | 314 | 226 | 360 | 17 | 45 | 0 | 6 | 424 | 113 | 114 |
| Binary | 11001100 | 10010110 | 11110000 | 1111 | 100101 | 0 | 110 | 100010100 | 1001011 | 1001100 |
Color Harmonies of #CC96F0
Complementary color
Monochromatic Colors of #CC96F0
Black with #CC96F0
Text Example
Text Example
White with #CC96F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC96F0; }
p { color: rgb(204,150,240); }
H1.HeaderClassName
{
color: #CC96F0;
}
.AnyTagClassName
{
color: #CC96F0;
}
</style>
background-color css
<style>
a { background-color: #CC96F0; }
a { background-color: rgb(204,150,240); }
div.DivClassName
{
background-color: #CC96F0;
}
.BgClassName
{
background-color: #CC96F0;
}
</style>
border-color css
<style>
span { border-color: #CC96F0; }
span { border-color: rgb(204,150,240); }
td.TdClassName
{
border-color: #CC96F0;
}
.TagClassName
{
border-color: #CC96F0;
}
</style>