Shades of Orchid #C073CC
Tints of Orchid #C073CC
RGB
CMYK
RGB Variations
Color information
#C073CC (or 0xC073CC) is known color: Orchid. HEX triplet: C0, 73 and CC. RGB value is (192,115,204). Sum of RGB (Red+Green+Blue) = 192+115+204=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #C073CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C073CC is #3F8C33. Grayscale: #939393. Windows color (decimal): -4164660 or 13398976. OLE color: 13398976.
HSL color Cylindrical-coordinate representation of color #C073CC: hue angle of 291.91º 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 #C073CC is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 115 | 204 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.2 |
| HSL | 291.91º | 0.47% | 0.63% | - |
| HSV(B) | 291.91º | 0.44% | 0.8% | - |
| XYZ | 38.77 | 27.83 | 60.45 | - |
| YUV | 148.17 | 159.51 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 115 | 204 | 0.06 | 0.44 | 0 | 0.2 | 291.91 | 0.47 | 0.63 |
| Hex | C0 | 73 | CC | 6 | 2C | 0 | 14 | 124 | 2F | 3F |
| Octal | 300 | 163 | 314 | 6 | 54 | 0 | 24 | 444 | 57 | 77 |
| Binary | 11000000 | 1110011 | 11001100 | 110 | 101100 | 0 | 10100 | 100100100 | 101111 | 111111 |
Color Harmonies of #C073CC
Complementary color
Monochromatic Colors of #C073CC
Black with #C073CC
Text Example
Text Example
White with #C073CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C073CC; }
p { color: rgb(192,115,204); }
H1.HeaderClassName
{
color: #C073CC;
}
.AnyTagClassName
{
color: #C073CC;
}
</style>
background-color css
<style>
a { background-color: #C073CC; }
a { background-color: rgb(192,115,204); }
div.DivClassName
{
background-color: #C073CC;
}
.BgClassName
{
background-color: #C073CC;
}
</style>
border-color css
<style>
span { border-color: #C073CC; }
span { border-color: rgb(192,115,204); }
td.TdClassName
{
border-color: #C073CC;
}
.TagClassName
{
border-color: #C073CC;
}
</style>