Shades of Orchid #C073C7
Tints of Orchid #C073C7
RGB
CMYK
RGB Variations
Color information
#C073C7 (or 0xC073C7) is known color: Orchid. HEX triplet: C0, 73 and C7. RGB value is (192,115,199). Sum of RGB (Red+Green+Blue) = 192+115+199=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 115 (45.31% from 255 or 22.73% from 506); Blue value is 199 (78.12% from 255 or 39.33% from 506); Max value from RGB is 199 - color contains mainly: blue. Hex color #C073C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C073C7 is #3F8C38. Grayscale: #939393. Windows color (decimal): -4164665 or 13071296. OLE color: 13071296.
HSL color Cylindrical-coordinate representation of color #C073C7: hue angle of 295º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C073C7 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 115 | 199 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.22 |
| HSL | 295º | 0.43% | 0.62% | - |
| HSV(B) | 295º | 0.42% | 0.78% | - |
| XYZ | 38.18 | 27.59 | 57.35 | - |
| YUV | 147.6 | 157.01 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 115 | 199 | 0.04 | 0.42 | 0 | 0.22 | 295 | 0.43 | 0.62 |
| Hex | C0 | 73 | C7 | 4 | 2A | 0 | 16 | 127 | 2B | 3E |
| Octal | 300 | 163 | 307 | 4 | 52 | 0 | 26 | 447 | 53 | 76 |
| Binary | 11000000 | 1110011 | 11000111 | 100 | 101010 | 0 | 10110 | 100100111 | 101011 | 111110 |
Color Harmonies of #C073C7
Complementary color
Monochromatic Colors of #C073C7
Black with #C073C7
Text Example
Text Example
White with #C073C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C073C7; }
p { color: rgb(192,115,199); }
H1.HeaderClassName
{
color: #C073C7;
}
.AnyTagClassName
{
color: #C073C7;
}
</style>
background-color css
<style>
a { background-color: #C073C7; }
a { background-color: rgb(192,115,199); }
div.DivClassName
{
background-color: #C073C7;
}
.BgClassName
{
background-color: #C073C7;
}
</style>
border-color css
<style>
span { border-color: #C073C7; }
span { border-color: rgb(192,115,199); }
td.TdClassName
{
border-color: #C073C7;
}
.TagClassName
{
border-color: #C073C7;
}
</style>