Shades of Wisteria #CC92DE
Tints of Wisteria #CC92DE
RGB
CMYK
RGB Variations
Color information
#CC92DE (or 0xCC92DE) is known color: Wisteria. HEX triplet: CC, 92 and DE. RGB value is (204,146,222). Sum of RGB (Red+Green+Blue) = 204+146+222=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 146 (57.42% from 255 or 25.52% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC92DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC92DE is #336D21. Grayscale: #ABABAB. Windows color (decimal): -3370274 or 14586572. OLE color: 14586572.
HSL color Cylindrical-coordinate representation of color #CC92DE: hue angle of 285.79º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC92DE is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 146 | 222 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.13 |
| HSL | 285.79º | 0.54% | 0.72% | - |
| HSV(B) | 285.79º | 0.34% | 0.87% | - |
| XYZ | 48.37 | 38.67 | 74.02 | - |
| YUV | 172.01 | 156.22 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 222 | 0.08 | 0.34 | 0 | 0.13 | 285.79 | 0.54 | 0.72 |
| Hex | CC | 92 | DE | 8 | 22 | 0 | D | 11E | 36 | 48 |
| Octal | 314 | 222 | 336 | 10 | 42 | 0 | 15 | 436 | 66 | 110 |
| Binary | 11001100 | 10010010 | 11011110 | 1000 | 100010 | 0 | 1101 | 100011110 | 110110 | 1001000 |
Color Harmonies of #CC92DE
Complementary color
Monochromatic Colors of #CC92DE
Black with #CC92DE
Text Example
Text Example
White with #CC92DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC92DE; }
p { color: rgb(204,146,222); }
H1.HeaderClassName
{
color: #CC92DE;
}
.AnyTagClassName
{
color: #CC92DE;
}
</style>
background-color css
<style>
a { background-color: #CC92DE; }
a { background-color: rgb(204,146,222); }
div.DivClassName
{
background-color: #CC92DE;
}
.BgClassName
{
background-color: #CC92DE;
}
</style>
border-color css
<style>
span { border-color: #CC92DE; }
span { border-color: rgb(204,146,222); }
td.TdClassName
{
border-color: #CC92DE;
}
.TagClassName
{
border-color: #CC92DE;
}
</style>