Shades of Wisteria #CC83DF
Tints of Wisteria #CC83DF
RGB
CMYK
RGB Variations
Color information
#CC83DF (or 0xCC83DF) is known color: Wisteria. HEX triplet: CC, 83 and DF. RGB value is (204,131,223). Sum of RGB (Red+Green+Blue) = 204+131+223=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 131 (51.56% from 255 or 23.48% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC83DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC83DF is #337C20. Grayscale: #A3A3A3. Windows color (decimal): -3374113 or 14648268. OLE color: 14648268.
HSL color Cylindrical-coordinate representation of color #CC83DF: hue angle of 287.61º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC83DF is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 131 | 223 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.13 |
| HSL | 287.61º | 0.59% | 0.69% | - |
| HSV(B) | 287.61º | 0.41% | 0.87% | - |
| XYZ | 46.34 | 34.4 | 74.01 | - |
| YUV | 163.32 | 161.68 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 223 | 0.09 | 0.41 | 0 | 0.13 | 287.61 | 0.59 | 0.69 |
| Hex | CC | 83 | DF | 9 | 29 | 0 | D | 120 | 3B | 45 |
| Octal | 314 | 203 | 337 | 11 | 51 | 0 | 15 | 440 | 73 | 105 |
| Binary | 11001100 | 10000011 | 11011111 | 1001 | 101001 | 0 | 1101 | 100100000 | 111011 | 1000101 |
Color Harmonies of #CC83DF
Complementary color
Monochromatic Colors of #CC83DF
Black with #CC83DF
Text Example
Text Example
White with #CC83DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC83DF; }
p { color: rgb(204,131,223); }
H1.HeaderClassName
{
color: #CC83DF;
}
.AnyTagClassName
{
color: #CC83DF;
}
</style>
background-color css
<style>
a { background-color: #CC83DF; }
a { background-color: rgb(204,131,223); }
div.DivClassName
{
background-color: #CC83DF;
}
.BgClassName
{
background-color: #CC83DF;
}
</style>
border-color css
<style>
span { border-color: #CC83DF; }
span { border-color: rgb(204,131,223); }
td.TdClassName
{
border-color: #CC83DF;
}
.TagClassName
{
border-color: #CC83DF;
}
</style>