Shades of Orchid #C874C9
Tints of Orchid #C874C9
RGB
CMYK
RGB Variations
Color information
#C874C9 (or 0xC874C9) is known color: Orchid. HEX triplet: C8, 74 and C9. RGB value is (200,116,201). Sum of RGB (Red+Green+Blue) = 200+116+201=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 116 (45.70% from 255 or 22.44% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 201 - color contains mainly: blue. Hex color #C874C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C874C9 is #378B36. Grayscale: #969696. Windows color (decimal): -3640119 or 13202632. OLE color: 13202632.
HSL color Cylindrical-coordinate representation of color #C874C9: hue angle of 299.29º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C874C9 is Cyan = 0.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 116 | 201 | - |
| CMYK | 0.00 | 0.42 | 0 | 0.21 |
| HSL | 299.29º | 0.44% | 0.62% | - |
| HSV(B) | 299.29º | 0.42% | 0.79% | - |
| XYZ | 40.61 | 28.99 | 58.71 | - |
| YUV | 150.81 | 156.33 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 116 | 201 | 0.00 | 0.42 | 0 | 0.21 | 299.29 | 0.44 | 0.62 |
| Hex | C8 | 74 | C9 | 0 | 2A | 0 | 15 | 12B | 2C | 3E |
| Octal | 310 | 164 | 311 | 0 | 52 | 0 | 25 | 453 | 54 | 76 |
| Binary | 11001000 | 1110100 | 11001001 | 0 | 101010 | 0 | 10101 | 100101011 | 101100 | 111110 |
Color Harmonies of #C874C9
Complementary color
Monochromatic Colors of #C874C9
Black with #C874C9
Text Example
Text Example
White with #C874C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C874C9; }
p { color: rgb(200,116,201); }
H1.HeaderClassName
{
color: #C874C9;
}
.AnyTagClassName
{
color: #C874C9;
}
</style>
background-color css
<style>
a { background-color: #C874C9; }
a { background-color: rgb(200,116,201); }
div.DivClassName
{
background-color: #C874C9;
}
.BgClassName
{
background-color: #C874C9;
}
</style>
border-color css
<style>
span { border-color: #C874C9; }
span { border-color: rgb(200,116,201); }
td.TdClassName
{
border-color: #C874C9;
}
.TagClassName
{
border-color: #C874C9;
}
</style>