Shades of Wisteria #CC82DF
Tints of Wisteria #CC82DF
RGB
CMYK
RGB Variations
Color information
#CC82DF (or 0xCC82DF) is known color: Wisteria. HEX triplet: CC, 82 and DF. RGB value is (204,130,223). Sum of RGB (Red+Green+Blue) = 204+130+223=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 130 (51.17% from 255 or 23.34% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC82DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC82DF is #337D20. Grayscale: #A2A2A2. Windows color (decimal): -3374369 or 14648012. OLE color: 14648012.
HSL color Cylindrical-coordinate representation of color #CC82DF: hue angle of 287.74º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC82DF is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 130 | 223 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.13 |
| HSL | 287.74º | 0.59% | 0.69% | - |
| HSV(B) | 287.74º | 0.42% | 0.87% | - |
| XYZ | 46.2 | 34.13 | 73.96 | - |
| YUV | 162.73 | 162.02 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 223 | 0.09 | 0.42 | 0 | 0.13 | 287.74 | 0.59 | 0.69 |
| Hex | CC | 82 | DF | 9 | 2A | 0 | D | 120 | 3B | 45 |
| Octal | 314 | 202 | 337 | 11 | 52 | 0 | 15 | 440 | 73 | 105 |
| Binary | 11001100 | 10000010 | 11011111 | 1001 | 101010 | 0 | 1101 | 100100000 | 111011 | 1000101 |
Color Harmonies of #CC82DF
Complementary color
Monochromatic Colors of #CC82DF
Black with #CC82DF
Text Example
Text Example
White with #CC82DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC82DF; }
p { color: rgb(204,130,223); }
H1.HeaderClassName
{
color: #CC82DF;
}
.AnyTagClassName
{
color: #CC82DF;
}
</style>
background-color css
<style>
a { background-color: #CC82DF; }
a { background-color: rgb(204,130,223); }
div.DivClassName
{
background-color: #CC82DF;
}
.BgClassName
{
background-color: #CC82DF;
}
</style>
border-color css
<style>
span { border-color: #CC82DF; }
span { border-color: rgb(204,130,223); }
td.TdClassName
{
border-color: #CC82DF;
}
.TagClassName
{
border-color: #CC82DF;
}
</style>