Shades of Wisteria #CC8CEE
Tints of Wisteria #CC8CEE
RGB
CMYK
RGB Variations
Color information
#CC8CEE (or 0xCC8CEE) is known color: Wisteria. HEX triplet: CC, 8C and EE. RGB value is (204,140,238). Sum of RGB (Red+Green+Blue) = 204+140+238=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 140 (55.08% from 255 or 24.05% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC8CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8CEE is #337311. Grayscale: #A9A9A9. Windows color (decimal): -3371794 or 15633612. OLE color: 15633612.
HSL color Cylindrical-coordinate representation of color #CC8CEE: hue angle of 279.18º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC8CEE is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 140 | 238 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.07 |
| HSL | 279.18º | 0.74% | 0.74% | - |
| HSV(B) | 279.18º | 0.41% | 0.93% | - |
| XYZ | 49.71 | 37.77 | 85.56 | - |
| YUV | 170.31 | 166.2 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 140 | 238 | 0.14 | 0.41 | 0 | 0.07 | 279.18 | 0.74 | 0.74 |
| Hex | CC | 8C | EE | E | 29 | 0 | 7 | 117 | 4A | 4A |
| Octal | 314 | 214 | 356 | 16 | 51 | 0 | 7 | 427 | 112 | 112 |
| Binary | 11001100 | 10001100 | 11101110 | 1110 | 101001 | 0 | 111 | 100010111 | 1001010 | 1001010 |
Color Harmonies of #CC8CEE
Complementary color
Monochromatic Colors of #CC8CEE
Black with #CC8CEE
Text Example
Text Example
White with #CC8CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8CEE; }
p { color: rgb(204,140,238); }
H1.HeaderClassName
{
color: #CC8CEE;
}
.AnyTagClassName
{
color: #CC8CEE;
}
</style>
background-color css
<style>
a { background-color: #CC8CEE; }
a { background-color: rgb(204,140,238); }
div.DivClassName
{
background-color: #CC8CEE;
}
.BgClassName
{
background-color: #CC8CEE;
}
</style>
border-color css
<style>
span { border-color: #CC8CEE; }
span { border-color: rgb(204,140,238); }
td.TdClassName
{
border-color: #CC8CEE;
}
.TagClassName
{
border-color: #CC8CEE;
}
</style>