Shades of Wisteria #CC92F0
Tints of Wisteria #CC92F0
RGB
CMYK
RGB Variations
Color information
#CC92F0 (or 0xCC92F0) is known color: Wisteria. HEX triplet: CC, 92 and F0. RGB value is (204,146,240). Sum of RGB (Red+Green+Blue) = 204+146+240=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 146 (57.42% from 255 or 24.75% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC92F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC92F0 is #336D0F. Grayscale: #ADADAD. Windows color (decimal): -3370256 or 15766220. OLE color: 15766220.
HSL color Cylindrical-coordinate representation of color #CC92F0: hue angle of 277.02º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC92F0 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 146 | 240 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.06 |
| HSL | 277.02º | 0.76% | 0.76% | - |
| HSV(B) | 277.02º | 0.39% | 0.94% | - |
| XYZ | 50.91 | 39.69 | 87.42 | - |
| YUV | 174.06 | 165.22 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 240 | 0.15 | 0.39 | 0 | 0.06 | 277.02 | 0.76 | 0.76 |
| Hex | CC | 92 | F0 | F | 27 | 0 | 6 | 115 | 4C | 4C |
| Octal | 314 | 222 | 360 | 17 | 47 | 0 | 6 | 425 | 114 | 114 |
| Binary | 11001100 | 10010010 | 11110000 | 1111 | 100111 | 0 | 110 | 100010101 | 1001100 | 1001100 |
Color Harmonies of #CC92F0
Complementary color
Monochromatic Colors of #CC92F0
Black with #CC92F0
Text Example
Text Example
White with #CC92F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC92F0; }
p { color: rgb(204,146,240); }
H1.HeaderClassName
{
color: #CC92F0;
}
.AnyTagClassName
{
color: #CC92F0;
}
</style>
background-color css
<style>
a { background-color: #CC92F0; }
a { background-color: rgb(204,146,240); }
div.DivClassName
{
background-color: #CC92F0;
}
.BgClassName
{
background-color: #CC92F0;
}
</style>
border-color css
<style>
span { border-color: #CC92F0; }
span { border-color: rgb(204,146,240); }
td.TdClassName
{
border-color: #CC92F0;
}
.TagClassName
{
border-color: #CC92F0;
}
</style>