Shades of Orchid #C874BC
Tints of Orchid #C874BC
RGB
CMYK
RGB Variations
Color information
#C874BC (or 0xC874BC) is known color: Orchid. HEX triplet: C8, 74 and BC. RGB value is (200,116,188). Sum of RGB (Red+Green+Blue) = 200+116+188=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 116 (45.70% from 255 or 23.02% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C874BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C874BC is #378B43. Grayscale: #959595. Windows color (decimal): -3640132 or 12350664. OLE color: 12350664.
HSL color Cylindrical-coordinate representation of color #C874BC: hue angle of 308.57º 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 #C874BC is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 116 | 188 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.22 |
| HSL | 308.57º | 0.43% | 0.62% | - |
| HSV(B) | 308.57º | 0.42% | 0.78% | - |
| XYZ | 39.14 | 28.4 | 51 | - |
| YUV | 149.32 | 149.83 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 116 | 188 | 0 | 0.42 | 0.06 | 0.22 | 308.57 | 0.43 | 0.62 |
| Hex | C8 | 74 | BC | 0 | 2A | 6 | 16 | 135 | 2B | 3E |
| Octal | 310 | 164 | 274 | 0 | 52 | 6 | 26 | 465 | 53 | 76 |
| Binary | 11001000 | 1110100 | 10111100 | 0 | 101010 | 110 | 10110 | 100110101 | 101011 | 111110 |
Color Harmonies of #C874BC
Complementary color
Monochromatic Colors of #C874BC
Black with #C874BC
Text Example
Text Example
White with #C874BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C874BC; }
p { color: rgb(200,116,188); }
H1.HeaderClassName
{
color: #C874BC;
}
.AnyTagClassName
{
color: #C874BC;
}
</style>
background-color css
<style>
a { background-color: #C874BC; }
a { background-color: rgb(200,116,188); }
div.DivClassName
{
background-color: #C874BC;
}
.BgClassName
{
background-color: #C874BC;
}
</style>
border-color css
<style>
span { border-color: #C874BC; }
span { border-color: rgb(200,116,188); }
td.TdClassName
{
border-color: #C874BC;
}
.TagClassName
{
border-color: #C874BC;
}
</style>