Shades of Wisteria #CC86ED
Tints of Wisteria #CC86ED
RGB
CMYK
RGB Variations
Color information
#CC86ED (or 0xCC86ED) is known color: Wisteria. HEX triplet: CC, 86 and ED. RGB value is (204,134,237). Sum of RGB (Red+Green+Blue) = 204+134+237=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 134 (52.73% from 255 or 23.30% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC86ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC86ED is #337912. Grayscale: #A6A6A6. Windows color (decimal): -3373331 or 15566540. OLE color: 15566540.
HSL color Cylindrical-coordinate representation of color #CC86ED: hue angle of 280.78º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC86ED is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 134 | 237 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.07 |
| HSL | 280.78º | 0.74% | 0.73% | - |
| HSV(B) | 280.78º | 0.43% | 0.93% | - |
| XYZ | 48.71 | 36 | 84.5 | - |
| YUV | 166.67 | 167.69 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 237 | 0.14 | 0.43 | 0 | 0.07 | 280.78 | 0.74 | 0.73 |
| Hex | CC | 86 | ED | E | 2B | 0 | 7 | 119 | 4A | 49 |
| Octal | 314 | 206 | 355 | 16 | 53 | 0 | 7 | 431 | 112 | 111 |
| Binary | 11001100 | 10000110 | 11101101 | 1110 | 101011 | 0 | 111 | 100011001 | 1001010 | 1001001 |
Color Harmonies of #CC86ED
Complementary color
Monochromatic Colors of #CC86ED
Black with #CC86ED
Text Example
Text Example
White with #CC86ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC86ED; }
p { color: rgb(204,134,237); }
H1.HeaderClassName
{
color: #CC86ED;
}
.AnyTagClassName
{
color: #CC86ED;
}
</style>
background-color css
<style>
a { background-color: #CC86ED; }
a { background-color: rgb(204,134,237); }
div.DivClassName
{
background-color: #CC86ED;
}
.BgClassName
{
background-color: #CC86ED;
}
</style>
border-color css
<style>
span { border-color: #CC86ED; }
span { border-color: rgb(204,134,237); }
td.TdClassName
{
border-color: #CC86ED;
}
.TagClassName
{
border-color: #CC86ED;
}
</style>