Shades of Wisteria #CC81E4
Tints of Wisteria #CC81E4
RGB
CMYK
RGB Variations
Color information
#CC81E4 (or 0xCC81E4) is known color: Wisteria. HEX triplet: CC, 81 and E4. RGB value is (204,129,228). Sum of RGB (Red+Green+Blue) = 204+129+228=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 129 (50.78% from 255 or 22.99% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 228 - color contains mainly: blue. Hex color #CC81E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC81E4 is #337E1B. Grayscale: #A2A2A2. Windows color (decimal): -3374620 or 14975436. OLE color: 14975436.
HSL color Cylindrical-coordinate representation of color #CC81E4: hue angle of 285.45º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC81E4 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 129 | 228 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.11 |
| HSL | 285.45º | 0.65% | 0.7% | - |
| HSV(B) | 285.45º | 0.43% | 0.89% | - |
| XYZ | 46.76 | 34.14 | 77.52 | - |
| YUV | 162.71 | 164.85 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 228 | 0.11 | 0.43 | 0 | 0.11 | 285.45 | 0.65 | 0.7 |
| Hex | CC | 81 | E4 | B | 2B | 0 | B | 11D | 41 | 46 |
| Octal | 314 | 201 | 344 | 13 | 53 | 0 | 13 | 435 | 101 | 106 |
| Binary | 11001100 | 10000001 | 11100100 | 1011 | 101011 | 0 | 1011 | 100011101 | 1000001 | 1000110 |
Color Harmonies of #CC81E4
Complementary color
Monochromatic Colors of #CC81E4
Black with #CC81E4
Text Example
Text Example
White with #CC81E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC81E4; }
p { color: rgb(204,129,228); }
H1.HeaderClassName
{
color: #CC81E4;
}
.AnyTagClassName
{
color: #CC81E4;
}
</style>
background-color css
<style>
a { background-color: #CC81E4; }
a { background-color: rgb(204,129,228); }
div.DivClassName
{
background-color: #CC81E4;
}
.BgClassName
{
background-color: #CC81E4;
}
</style>
border-color css
<style>
span { border-color: #CC81E4; }
span { border-color: rgb(204,129,228); }
td.TdClassName
{
border-color: #CC81E4;
}
.TagClassName
{
border-color: #CC81E4;
}
</style>