Shades of Wisteria #CC8EEA
Tints of Wisteria #CC8EEA
RGB
CMYK
RGB Variations
Color information
#CC8EEA (or 0xCC8EEA) is known color: Wisteria. HEX triplet: CC, 8E and EA. RGB value is (204,142,234). Sum of RGB (Red+Green+Blue) = 204+142+234=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 142 (55.86% from 255 or 24.48% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC8EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8EEA is #337115. Grayscale: #AAAAAA. Windows color (decimal): -3371286 or 15371980. OLE color: 15371980.
HSL color Cylindrical-coordinate representation of color #CC8EEA: hue angle of 280.43º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC8EEA is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 142 | 234 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.08 |
| HSL | 280.43º | 0.69% | 0.74% | - |
| HSV(B) | 280.43º | 0.39% | 0.92% | - |
| XYZ | 49.43 | 38.12 | 82.6 | - |
| YUV | 171.03 | 163.54 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 142 | 234 | 0.13 | 0.39 | 0 | 0.08 | 280.43 | 0.69 | 0.74 |
| Hex | CC | 8E | EA | D | 27 | 0 | 8 | 118 | 45 | 4A |
| Octal | 314 | 216 | 352 | 15 | 47 | 0 | 10 | 430 | 105 | 112 |
| Binary | 11001100 | 10001110 | 11101010 | 1101 | 100111 | 0 | 1000 | 100011000 | 1000101 | 1001010 |
Color Harmonies of #CC8EEA
Complementary color
Monochromatic Colors of #CC8EEA
Black with #CC8EEA
Text Example
Text Example
White with #CC8EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8EEA; }
p { color: rgb(204,142,234); }
H1.HeaderClassName
{
color: #CC8EEA;
}
.AnyTagClassName
{
color: #CC8EEA;
}
</style>
background-color css
<style>
a { background-color: #CC8EEA; }
a { background-color: rgb(204,142,234); }
div.DivClassName
{
background-color: #CC8EEA;
}
.BgClassName
{
background-color: #CC8EEA;
}
</style>
border-color css
<style>
span { border-color: #CC8EEA; }
span { border-color: rgb(204,142,234); }
td.TdClassName
{
border-color: #CC8EEA;
}
.TagClassName
{
border-color: #CC8EEA;
}
</style>