Shades of Orchid #C874BB
Tints of Orchid #C874BB
RGB
CMYK
RGB Variations
Color information
#C874BB (or 0xC874BB) is known color: Orchid. HEX triplet: C8, 74 and BB. RGB value is (200,116,187). Sum of RGB (Red+Green+Blue) = 200+116+187=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 116 (45.70% from 255 or 23.06% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C874BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C874BB is #378B44. Grayscale: #959595. Windows color (decimal): -3640133 or 12285128. OLE color: 12285128.
HSL color Cylindrical-coordinate representation of color #C874BB: hue angle of 309.29º 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 #C874BB is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 116 | 187 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.22 |
| HSL | 309.29º | 0.43% | 0.62% | - |
| HSV(B) | 309.29º | 0.42% | 0.78% | - |
| XYZ | 39.03 | 28.36 | 50.43 | - |
| YUV | 149.21 | 149.33 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 116 | 187 | 0 | 0.42 | 0.06 | 0.22 | 309.29 | 0.43 | 0.62 |
| Hex | C8 | 74 | BB | 0 | 2A | 6 | 16 | 135 | 2B | 3E |
| Octal | 310 | 164 | 273 | 0 | 52 | 6 | 26 | 465 | 53 | 76 |
| Binary | 11001000 | 1110100 | 10111011 | 0 | 101010 | 110 | 10110 | 100110101 | 101011 | 111110 |
Color Harmonies of #C874BB
Complementary color
Monochromatic Colors of #C874BB
Black with #C874BB
Text Example
Text Example
White with #C874BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C874BB; }
p { color: rgb(200,116,187); }
H1.HeaderClassName
{
color: #C874BB;
}
.AnyTagClassName
{
color: #C874BB;
}
</style>
background-color css
<style>
a { background-color: #C874BB; }
a { background-color: rgb(200,116,187); }
div.DivClassName
{
background-color: #C874BB;
}
.BgClassName
{
background-color: #C874BB;
}
</style>
border-color css
<style>
span { border-color: #C874BB; }
span { border-color: rgb(200,116,187); }
td.TdClassName
{
border-color: #C874BB;
}
.TagClassName
{
border-color: #C874BB;
}
</style>