Shades of Wisteria #CC94F2
Tints of Wisteria #CC94F2
RGB
CMYK
RGB Variations
Color information
#CC94F2 (or 0xCC94F2) is known color: Wisteria. HEX triplet: CC, 94 and F2. RGB value is (204,148,242). Sum of RGB (Red+Green+Blue) = 204+148+242=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 148 (58.20% from 255 or 24.92% from 594); Blue value is 242 (94.92% from 255 or 40.74% from 594); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC94F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC94F2 is #336B0D. Grayscale: #AFAFAF. Windows color (decimal): -3369742 or 15897804. OLE color: 15897804.
HSL color Cylindrical-coordinate representation of color #CC94F2: hue angle of 275.74º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC94F2 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 148 | 242 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.05 |
| HSL | 275.74º | 0.78% | 0.76% | - |
| HSV(B) | 275.74º | 0.39% | 0.95% | - |
| XYZ | 51.52 | 40.43 | 89.09 | - |
| YUV | 175.46 | 165.55 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 148 | 242 | 0.16 | 0.39 | 0 | 0.05 | 275.74 | 0.78 | 0.76 |
| Hex | CC | 94 | F2 | 10 | 27 | 0 | 5 | 114 | 4E | 4C |
| Octal | 314 | 224 | 362 | 20 | 47 | 0 | 5 | 424 | 116 | 114 |
| Binary | 11001100 | 10010100 | 11110010 | 10000 | 100111 | 0 | 101 | 100010100 | 1001110 | 1001100 |
Color Harmonies of #CC94F2
Complementary color
Monochromatic Colors of #CC94F2
Black with #CC94F2
Text Example
Text Example
White with #CC94F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC94F2; }
p { color: rgb(204,148,242); }
H1.HeaderClassName
{
color: #CC94F2;
}
.AnyTagClassName
{
color: #CC94F2;
}
</style>
background-color css
<style>
a { background-color: #CC94F2; }
a { background-color: rgb(204,148,242); }
div.DivClassName
{
background-color: #CC94F2;
}
.BgClassName
{
background-color: #CC94F2;
}
</style>
border-color css
<style>
span { border-color: #CC94F2; }
span { border-color: rgb(204,148,242); }
td.TdClassName
{
border-color: #CC94F2;
}
.TagClassName
{
border-color: #CC94F2;
}
</style>