Shades of Orchid #CC73C0
Tints of Orchid #CC73C0
RGB
CMYK
RGB Variations
Color information
#CC73C0 (or 0xCC73C0) is known color: Orchid. HEX triplet: CC, 73 and C0. RGB value is (204,115,192). Sum of RGB (Red+Green+Blue) = 204+115+192=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CC73C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC73C0 is #338C3F. Grayscale: #969696. Windows color (decimal): -3378240 or 12612556. OLE color: 12612556.
HSL color Cylindrical-coordinate representation of color #CC73C0: hue angle of 308.09º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC73C0 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 192 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.2 |
| HSL | 308.09º | 0.47% | 0.63% | - |
| HSV(B) | 308.09º | 0.44% | 0.8% | - |
| XYZ | 40.55 | 28.9 | 53.31 | - |
| YUV | 150.39 | 151.49 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 192 | 0 | 0.44 | 0.06 | 0.2 | 308.09 | 0.47 | 0.63 |
| Hex | CC | 73 | C0 | 0 | 2C | 6 | 14 | 134 | 2F | 3F |
| Octal | 314 | 163 | 300 | 0 | 54 | 6 | 24 | 464 | 57 | 77 |
| Binary | 11001100 | 1110011 | 11000000 | 0 | 101100 | 110 | 10100 | 100110100 | 101111 | 111111 |
Color Harmonies of #CC73C0
Complementary color
Monochromatic Colors of #CC73C0
Black with #CC73C0
Text Example
Text Example
White with #CC73C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC73C0; }
p { color: rgb(204,115,192); }
H1.HeaderClassName
{
color: #CC73C0;
}
.AnyTagClassName
{
color: #CC73C0;
}
</style>
background-color css
<style>
a { background-color: #CC73C0; }
a { background-color: rgb(204,115,192); }
div.DivClassName
{
background-color: #CC73C0;
}
.BgClassName
{
background-color: #CC73C0;
}
</style>
border-color css
<style>
span { border-color: #CC73C0; }
span { border-color: rgb(204,115,192); }
td.TdClassName
{
border-color: #CC73C0;
}
.TagClassName
{
border-color: #CC73C0;
}
</style>