Shades of Wisteria #CC8CEF
Tints of Wisteria #CC8CEF
RGB
CMYK
RGB Variations
Color information
#CC8CEF (or 0xCC8CEF) is known color: Wisteria. HEX triplet: CC, 8C and EF. RGB value is (204,140,239). Sum of RGB (Red+Green+Blue) = 204+140+239=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 140 (55.08% from 255 or 24.01% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC8CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8CEF is #337310. Grayscale: #AAAAAA. Windows color (decimal): -3371793 or 15699148. OLE color: 15699148.
HSL color Cylindrical-coordinate representation of color #CC8CEF: hue angle of 278.79º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC8CEF is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 140 | 239 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.06 |
| HSL | 278.79º | 0.76% | 0.74% | - |
| HSV(B) | 278.79º | 0.41% | 0.94% | - |
| XYZ | 49.86 | 37.83 | 86.33 | - |
| YUV | 170.42 | 166.7 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 140 | 239 | 0.15 | 0.41 | 0 | 0.06 | 278.79 | 0.76 | 0.74 |
| Hex | CC | 8C | EF | F | 29 | 0 | 6 | 117 | 4C | 4A |
| Octal | 314 | 214 | 357 | 17 | 51 | 0 | 6 | 427 | 114 | 112 |
| Binary | 11001100 | 10001100 | 11101111 | 1111 | 101001 | 0 | 110 | 100010111 | 1001100 | 1001010 |
Color Harmonies of #CC8CEF
Complementary color
Monochromatic Colors of #CC8CEF
Black with #CC8CEF
Text Example
Text Example
White with #CC8CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8CEF; }
p { color: rgb(204,140,239); }
H1.HeaderClassName
{
color: #CC8CEF;
}
.AnyTagClassName
{
color: #CC8CEF;
}
</style>
background-color css
<style>
a { background-color: #CC8CEF; }
a { background-color: rgb(204,140,239); }
div.DivClassName
{
background-color: #CC8CEF;
}
.BgClassName
{
background-color: #CC8CEF;
}
</style>
border-color css
<style>
span { border-color: #CC8CEF; }
span { border-color: rgb(204,140,239); }
td.TdClassName
{
border-color: #CC8CEF;
}
.TagClassName
{
border-color: #CC8CEF;
}
</style>