Shades of Wisteria #CC93DC
Tints of Wisteria #CC93DC
RGB
CMYK
RGB Variations
Color information
#CC93DC (or 0xCC93DC) is known color: Wisteria. HEX triplet: CC, 93 and DC. RGB value is (204,147,220). Sum of RGB (Red+Green+Blue) = 204+147+220=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC93DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC93DC is #336C23. Grayscale: #ACACAC. Windows color (decimal): -3370020 or 14455756. OLE color: 14455756.
HSL color Cylindrical-coordinate representation of color #CC93DC: hue angle of 286.85º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC93DC is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 147 | 220 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.14 |
| HSL | 286.85º | 0.51% | 0.72% | - |
| HSV(B) | 286.85º | 0.33% | 0.86% | - |
| XYZ | 48.25 | 38.87 | 72.67 | - |
| YUV | 172.37 | 154.88 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 220 | 0.07 | 0.33 | 0 | 0.14 | 286.85 | 0.51 | 0.72 |
| Hex | CC | 93 | DC | 7 | 21 | 0 | E | 11F | 33 | 48 |
| Octal | 314 | 223 | 334 | 7 | 41 | 0 | 16 | 437 | 63 | 110 |
| Binary | 11001100 | 10010011 | 11011100 | 111 | 100001 | 0 | 1110 | 100011111 | 110011 | 1001000 |
Color Harmonies of #CC93DC
Complementary color
Monochromatic Colors of #CC93DC
Black with #CC93DC
Text Example
Text Example
White with #CC93DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC93DC; }
p { color: rgb(204,147,220); }
H1.HeaderClassName
{
color: #CC93DC;
}
.AnyTagClassName
{
color: #CC93DC;
}
</style>
background-color css
<style>
a { background-color: #CC93DC; }
a { background-color: rgb(204,147,220); }
div.DivClassName
{
background-color: #CC93DC;
}
.BgClassName
{
background-color: #CC93DC;
}
</style>
border-color css
<style>
span { border-color: #CC93DC; }
span { border-color: rgb(204,147,220); }
td.TdClassName
{
border-color: #CC93DC;
}
.TagClassName
{
border-color: #CC93DC;
}
</style>