Shades of Orchid #CC80BC
Tints of Orchid #CC80BC
RGB
CMYK
RGB Variations
Color information
#CC80BC (or 0xCC80BC) is known color: Orchid. HEX triplet: CC, 80 and BC. RGB value is (204,128,188). Sum of RGB (Red+Green+Blue) = 204+128+188=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 128 (50.39% from 255 or 24.62% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CC80BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC80BC is #337F43. Grayscale: #9D9D9D. Windows color (decimal): -3374916 or 12353740. OLE color: 12353740.
HSL color Cylindrical-coordinate representation of color #CC80BC: hue angle of 312.63º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC80BC is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 188 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.2 |
| HSL | 312.63º | 0.43% | 0.65% | - |
| HSV(B) | 312.63º | 0.37% | 0.8% | - |
| XYZ | 41.7 | 31.91 | 51.54 | - |
| YUV | 157.56 | 145.18 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 188 | 0 | 0.37 | 0.08 | 0.2 | 312.63 | 0.43 | 0.65 |
| Hex | CC | 80 | BC | 0 | 25 | 8 | 14 | 139 | 2B | 41 |
| Octal | 314 | 200 | 274 | 0 | 45 | 10 | 24 | 471 | 53 | 101 |
| Binary | 11001100 | 10000000 | 10111100 | 0 | 100101 | 1000 | 10100 | 100111001 | 101011 | 1000001 |
Color Harmonies of #CC80BC
Complementary color
Monochromatic Colors of #CC80BC
Black with #CC80BC
Text Example
Text Example
White with #CC80BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC80BC; }
p { color: rgb(204,128,188); }
H1.HeaderClassName
{
color: #CC80BC;
}
.AnyTagClassName
{
color: #CC80BC;
}
</style>
background-color css
<style>
a { background-color: #CC80BC; }
a { background-color: rgb(204,128,188); }
div.DivClassName
{
background-color: #CC80BC;
}
.BgClassName
{
background-color: #CC80BC;
}
</style>
border-color css
<style>
span { border-color: #CC80BC; }
span { border-color: rgb(204,128,188); }
td.TdClassName
{
border-color: #CC80BC;
}
.TagClassName
{
border-color: #CC80BC;
}
</style>