Shades of Wisteria #CC88EF
Tints of Wisteria #CC88EF
RGB
CMYK
RGB Variations
Color information
#CC88EF (or 0xCC88EF) is known color: Wisteria. HEX triplet: CC, 88 and EF. RGB value is (204,136,239). Sum of RGB (Red+Green+Blue) = 204+136+239=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 136 (53.52% from 255 or 23.49% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC88EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC88EF is #337710. Grayscale: #A7A7A7. Windows color (decimal): -3372817 or 15698124. OLE color: 15698124.
HSL color Cylindrical-coordinate representation of color #CC88EF: hue angle of 279.61º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC88EF is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 136 | 239 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.06 |
| HSL | 279.61º | 0.76% | 0.74% | - |
| HSV(B) | 279.61º | 0.43% | 0.94% | - |
| XYZ | 49.29 | 36.68 | 86.14 | - |
| YUV | 168.07 | 168.03 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 239 | 0.15 | 0.43 | 0 | 0.06 | 279.61 | 0.76 | 0.74 |
| Hex | CC | 88 | EF | F | 2B | 0 | 6 | 118 | 4C | 4A |
| Octal | 314 | 210 | 357 | 17 | 53 | 0 | 6 | 430 | 114 | 112 |
| Binary | 11001100 | 10001000 | 11101111 | 1111 | 101011 | 0 | 110 | 100011000 | 1001100 | 1001010 |
Color Harmonies of #CC88EF
Complementary color
Monochromatic Colors of #CC88EF
Black with #CC88EF
Text Example
Text Example
White with #CC88EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC88EF; }
p { color: rgb(204,136,239); }
H1.HeaderClassName
{
color: #CC88EF;
}
.AnyTagClassName
{
color: #CC88EF;
}
</style>
background-color css
<style>
a { background-color: #CC88EF; }
a { background-color: rgb(204,136,239); }
div.DivClassName
{
background-color: #CC88EF;
}
.BgClassName
{
background-color: #CC88EF;
}
</style>
border-color css
<style>
span { border-color: #CC88EF; }
span { border-color: rgb(204,136,239); }
td.TdClassName
{
border-color: #CC88EF;
}
.TagClassName
{
border-color: #CC88EF;
}
</style>