Shades of Wisteria #CC91DC
Tints of Wisteria #CC91DC
RGB
CMYK
RGB Variations
Color information
#CC91DC (or 0xCC91DC) is known color: Wisteria. HEX triplet: CC, 91 and DC. RGB value is (204,145,220). Sum of RGB (Red+Green+Blue) = 204+145+220=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 145 (57.03% from 255 or 25.48% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC91DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC91DC is #336E23. Grayscale: #AAAAAA. Windows color (decimal): -3370532 or 14455244. OLE color: 14455244.
HSL color Cylindrical-coordinate representation of color #CC91DC: hue angle of 287.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC91DC is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 145 | 220 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.14 |
| HSL | 287.2º | 0.52% | 0.72% | - |
| HSV(B) | 287.2º | 0.34% | 0.86% | - |
| XYZ | 47.95 | 38.26 | 72.57 | - |
| YUV | 171.19 | 155.55 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 220 | 0.07 | 0.34 | 0 | 0.14 | 287.2 | 0.52 | 0.72 |
| Hex | CC | 91 | DC | 7 | 22 | 0 | E | 11F | 34 | 48 |
| Octal | 314 | 221 | 334 | 7 | 42 | 0 | 16 | 437 | 64 | 110 |
| Binary | 11001100 | 10010001 | 11011100 | 111 | 100010 | 0 | 1110 | 100011111 | 110100 | 1001000 |
Color Harmonies of #CC91DC
Complementary color
Monochromatic Colors of #CC91DC
Black with #CC91DC
Text Example
Text Example
White with #CC91DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC91DC; }
p { color: rgb(204,145,220); }
H1.HeaderClassName
{
color: #CC91DC;
}
.AnyTagClassName
{
color: #CC91DC;
}
</style>
background-color css
<style>
a { background-color: #CC91DC; }
a { background-color: rgb(204,145,220); }
div.DivClassName
{
background-color: #CC91DC;
}
.BgClassName
{
background-color: #CC91DC;
}
</style>
border-color css
<style>
span { border-color: #CC91DC; }
span { border-color: rgb(204,145,220); }
td.TdClassName
{
border-color: #CC91DC;
}
.TagClassName
{
border-color: #CC91DC;
}
</style>