Shades of Orchid #C874E0
Tints of Orchid #C874E0
RGB
CMYK
RGB Variations
Color information
#C874E0 (or 0xC874E0) is known color: Orchid. HEX triplet: C8, 74 and E0. RGB value is (200,116,224). Sum of RGB (Red+Green+Blue) = 200+116+224=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 116 (45.70% from 255 or 21.48% from 540); Blue value is 224 (87.89% from 255 or 41.48% from 540); Max value from RGB is 224 - color contains mainly: blue. Hex color #C874E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C874E0 is #378B1F. Grayscale: #999999. Windows color (decimal): -3640096 or 14709960. OLE color: 14709960.
HSL color Cylindrical-coordinate representation of color #C874E0: hue angle of 286.67º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C874E0 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 116 | 224 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.12 |
| HSL | 286.67º | 0.64% | 0.67% | - |
| HSV(B) | 286.67º | 0.48% | 0.88% | - |
| XYZ | 43.52 | 30.15 | 74.05 | - |
| YUV | 153.43 | 167.83 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 116 | 224 | 0.11 | 0.48 | 0 | 0.12 | 286.67 | 0.64 | 0.67 |
| Hex | C8 | 74 | E0 | B | 30 | 0 | C | 11F | 40 | 43 |
| Octal | 310 | 164 | 340 | 13 | 60 | 0 | 14 | 437 | 100 | 103 |
| Binary | 11001000 | 1110100 | 11100000 | 1011 | 110000 | 0 | 1100 | 100011111 | 1000000 | 1000011 |
Color Harmonies of #C874E0
Complementary color
Monochromatic Colors of #C874E0
Black with #C874E0
Text Example
Text Example
White with #C874E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C874E0; }
p { color: rgb(200,116,224); }
H1.HeaderClassName
{
color: #C874E0;
}
.AnyTagClassName
{
color: #C874E0;
}
</style>
background-color css
<style>
a { background-color: #C874E0; }
a { background-color: rgb(200,116,224); }
div.DivClassName
{
background-color: #C874E0;
}
.BgClassName
{
background-color: #C874E0;
}
</style>
border-color css
<style>
span { border-color: #C874E0; }
span { border-color: rgb(200,116,224); }
td.TdClassName
{
border-color: #C874E0;
}
.TagClassName
{
border-color: #C874E0;
}
</style>