Shades of Wisteria #CC92DB
Tints of Wisteria #CC92DB
RGB
CMYK
RGB Variations
Color information
#CC92DB (or 0xCC92DB) is known color: Wisteria. HEX triplet: CC, 92 and DB. RGB value is (204,146,219). Sum of RGB (Red+Green+Blue) = 204+146+219=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 146 (57.42% from 255 or 25.66% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC92DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC92DB is #336D24. Grayscale: #ABABAB. Windows color (decimal): -3370277 or 14389964. OLE color: 14389964.
HSL color Cylindrical-coordinate representation of color #CC92DB: hue angle of 287.67º degrees, saturation: 0.5, 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 #CC92DB is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 146 | 219 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.14 |
| HSL | 287.67º | 0.5% | 0.72% | - |
| HSV(B) | 287.67º | 0.33% | 0.86% | - |
| XYZ | 47.97 | 38.51 | 71.92 | - |
| YUV | 171.66 | 154.72 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 219 | 0.07 | 0.33 | 0 | 0.14 | 287.67 | 0.5 | 0.72 |
| Hex | CC | 92 | DB | 7 | 21 | 0 | E | 120 | 32 | 48 |
| Octal | 314 | 222 | 333 | 7 | 41 | 0 | 16 | 440 | 62 | 110 |
| Binary | 11001100 | 10010010 | 11011011 | 111 | 100001 | 0 | 1110 | 100100000 | 110010 | 1001000 |
Color Harmonies of #CC92DB
Complementary color
Monochromatic Colors of #CC92DB
Black with #CC92DB
Text Example
Text Example
White with #CC92DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC92DB; }
p { color: rgb(204,146,219); }
H1.HeaderClassName
{
color: #CC92DB;
}
.AnyTagClassName
{
color: #CC92DB;
}
</style>
background-color css
<style>
a { background-color: #CC92DB; }
a { background-color: rgb(204,146,219); }
div.DivClassName
{
background-color: #CC92DB;
}
.BgClassName
{
background-color: #CC92DB;
}
</style>
border-color css
<style>
span { border-color: #CC92DB; }
span { border-color: rgb(204,146,219); }
td.TdClassName
{
border-color: #CC92DB;
}
.TagClassName
{
border-color: #CC92DB;
}
</style>