Shades of Orchid #C073C9
Tints of Orchid #C073C9
RGB
CMYK
RGB Variations
Color information
#C073C9 (or 0xC073C9) is known color: Orchid. HEX triplet: C0, 73 and C9. RGB value is (192,115,201). Sum of RGB (Red+Green+Blue) = 192+115+201=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 201 (78.91% from 255 or 39.57% from 508); Max value from RGB is 201 - color contains mainly: blue. Hex color #C073C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C073C9 is #3F8C36. Grayscale: #939393. Windows color (decimal): -4164663 or 13202368. OLE color: 13202368.
HSL color Cylindrical-coordinate representation of color #C073C9: hue angle of 293.72º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C073C9 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 115 | 201 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.21 |
| HSL | 293.72º | 0.44% | 0.62% | - |
| HSV(B) | 293.72º | 0.43% | 0.79% | - |
| XYZ | 38.41 | 27.68 | 58.58 | - |
| YUV | 147.83 | 158.01 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 115 | 201 | 0.04 | 0.43 | 0 | 0.21 | 293.72 | 0.44 | 0.62 |
| Hex | C0 | 73 | C9 | 4 | 2B | 0 | 15 | 126 | 2C | 3E |
| Octal | 300 | 163 | 311 | 4 | 53 | 0 | 25 | 446 | 54 | 76 |
| Binary | 11000000 | 1110011 | 11001001 | 100 | 101011 | 0 | 10101 | 100100110 | 101100 | 111110 |
Color Harmonies of #C073C9
Complementary color
Monochromatic Colors of #C073C9
Black with #C073C9
Text Example
Text Example
White with #C073C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C073C9; }
p { color: rgb(192,115,201); }
H1.HeaderClassName
{
color: #C073C9;
}
.AnyTagClassName
{
color: #C073C9;
}
</style>
background-color css
<style>
a { background-color: #C073C9; }
a { background-color: rgb(192,115,201); }
div.DivClassName
{
background-color: #C073C9;
}
.BgClassName
{
background-color: #C073C9;
}
</style>
border-color css
<style>
span { border-color: #C073C9; }
span { border-color: rgb(192,115,201); }
td.TdClassName
{
border-color: #C073C9;
}
.TagClassName
{
border-color: #C073C9;
}
</style>