Shades of Orchid #C873C5
Tints of Orchid #C873C5
RGB
CMYK
RGB Variations
Color information
#C873C5 (or 0xC873C5) is known color: Orchid. HEX triplet: C8, 73 and C5. RGB value is (200,115,197). Sum of RGB (Red+Green+Blue) = 200+115+197=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 197 (77.34% from 255 or 38.48% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C873C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C873C5 is #378C3A. Grayscale: #959595. Windows color (decimal): -3640379 or 12940232. OLE color: 12940232.
HSL color Cylindrical-coordinate representation of color #C873C5: hue angle of 302.12º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C873C5 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 115 | 197 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.22 |
| HSL | 302.12º | 0.44% | 0.62% | - |
| HSV(B) | 302.12º | 0.43% | 0.78% | - |
| XYZ | 40.03 | 28.57 | 56.23 | - |
| YUV | 149.76 | 154.66 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 115 | 197 | 0 | 0.42 | 0.02 | 0.22 | 302.12 | 0.44 | 0.62 |
| Hex | C8 | 73 | C5 | 0 | 2A | 2 | 16 | 12E | 2C | 3E |
| Octal | 310 | 163 | 305 | 0 | 52 | 2 | 26 | 456 | 54 | 76 |
| Binary | 11001000 | 1110011 | 11000101 | 0 | 101010 | 10 | 10110 | 100101110 | 101100 | 111110 |
Color Harmonies of #C873C5
Complementary color
Monochromatic Colors of #C873C5
Black with #C873C5
Text Example
Text Example
White with #C873C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C873C5; }
p { color: rgb(200,115,197); }
H1.HeaderClassName
{
color: #C873C5;
}
.AnyTagClassName
{
color: #C873C5;
}
</style>
background-color css
<style>
a { background-color: #C873C5; }
a { background-color: rgb(200,115,197); }
div.DivClassName
{
background-color: #C873C5;
}
.BgClassName
{
background-color: #C873C5;
}
</style>
border-color css
<style>
span { border-color: #C873C5; }
span { border-color: rgb(200,115,197); }
td.TdClassName
{
border-color: #C873C5;
}
.TagClassName
{
border-color: #C873C5;
}
</style>