Shades of Orchid #C874E5
Tints of Orchid #C874E5
RGB
CMYK
RGB Variations
Color information
#C874E5 (or 0xC874E5) is known color: Orchid. HEX triplet: C8, 74 and E5. RGB value is (200,116,229). Sum of RGB (Red+Green+Blue) = 200+116+229=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 116 (45.70% from 255 or 21.28% from 545); Blue value is 229 (89.84% from 255 or 42.02% from 545); Max value from RGB is 229 - color contains mainly: blue. Hex color #C874E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C874E5 is #378B1A. Grayscale: #999999. Windows color (decimal): -3640091 or 15037640. OLE color: 15037640.
HSL color Cylindrical-coordinate representation of color #C874E5: hue angle of 284.6º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C874E5 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 116 | 229 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.10 |
| HSL | 284.6º | 0.68% | 0.68% | - |
| HSV(B) | 284.6º | 0.49% | 0.9% | - |
| XYZ | 44.21 | 30.43 | 77.67 | - |
| YUV | 154 | 170.33 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 116 | 229 | 0.13 | 0.49 | 0 | 0.10 | 284.6 | 0.68 | 0.68 |
| Hex | C8 | 74 | E5 | D | 31 | 0 | A | 11D | 44 | 44 |
| Octal | 310 | 164 | 345 | 15 | 61 | 0 | 12 | 435 | 104 | 104 |
| Binary | 11001000 | 1110100 | 11100101 | 1101 | 110001 | 0 | 1010 | 100011101 | 1000100 | 1000100 |
Color Harmonies of #C874E5
Complementary color
Monochromatic Colors of #C874E5
Black with #C874E5
Text Example
Text Example
White with #C874E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C874E5; }
p { color: rgb(200,116,229); }
H1.HeaderClassName
{
color: #C874E5;
}
.AnyTagClassName
{
color: #C874E5;
}
</style>
background-color css
<style>
a { background-color: #C874E5; }
a { background-color: rgb(200,116,229); }
div.DivClassName
{
background-color: #C874E5;
}
.BgClassName
{
background-color: #C874E5;
}
</style>
border-color css
<style>
span { border-color: #C874E5; }
span { border-color: rgb(200,116,229); }
td.TdClassName
{
border-color: #C874E5;
}
.TagClassName
{
border-color: #C874E5;
}
</style>