Shades of Wisteria #CC88F2
Tints of Wisteria #CC88F2
RGB
CMYK
RGB Variations
Color information
#CC88F2 (or 0xCC88F2) is known color: Wisteria. HEX triplet: CC, 88 and F2. RGB value is (204,136,242). Sum of RGB (Red+Green+Blue) = 204+136+242=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 136 (53.52% from 255 or 23.37% from 582); Blue value is 242 (94.92% from 255 or 41.58% from 582); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC88F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC88F2 is #33770D. Grayscale: #A8A8A8. Windows color (decimal): -3372814 or 15894732. OLE color: 15894732.
HSL color Cylindrical-coordinate representation of color #CC88F2: hue angle of 278.49º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC88F2 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 136 | 242 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.05 |
| HSL | 278.49º | 0.8% | 0.74% | - |
| HSV(B) | 278.49º | 0.44% | 0.95% | - |
| XYZ | 49.73 | 36.86 | 88.5 | - |
| YUV | 168.42 | 169.53 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 242 | 0.16 | 0.44 | 0 | 0.05 | 278.49 | 0.8 | 0.74 |
| Hex | CC | 88 | F2 | 10 | 2C | 0 | 5 | 116 | 50 | 4A |
| Octal | 314 | 210 | 362 | 20 | 54 | 0 | 5 | 426 | 120 | 112 |
| Binary | 11001100 | 10001000 | 11110010 | 10000 | 101100 | 0 | 101 | 100010110 | 1010000 | 1001010 |
Color Harmonies of #CC88F2
Complementary color
Monochromatic Colors of #CC88F2
Black with #CC88F2
Text Example
Text Example
White with #CC88F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC88F2; }
p { color: rgb(204,136,242); }
H1.HeaderClassName
{
color: #CC88F2;
}
.AnyTagClassName
{
color: #CC88F2;
}
</style>
background-color css
<style>
a { background-color: #CC88F2; }
a { background-color: rgb(204,136,242); }
div.DivClassName
{
background-color: #CC88F2;
}
.BgClassName
{
background-color: #CC88F2;
}
</style>
border-color css
<style>
span { border-color: #CC88F2; }
span { border-color: rgb(204,136,242); }
td.TdClassName
{
border-color: #CC88F2;
}
.TagClassName
{
border-color: #CC88F2;
}
</style>