Shades of Orchid #C874DE
Tints of Orchid #C874DE
RGB
CMYK
RGB Variations
Color information
#C874DE (or 0xC874DE) is known color: Orchid. HEX triplet: C8, 74 and DE. RGB value is (200,116,222). Sum of RGB (Red+Green+Blue) = 200+116+222=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 116 (45.70% from 255 or 21.56% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #C874DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C874DE is #378B21. Grayscale: #989898. Windows color (decimal): -3640098 or 14578888. OLE color: 14578888.
HSL color Cylindrical-coordinate representation of color #C874DE: hue angle of 287.55º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C874DE is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 116 | 222 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.13 |
| HSL | 287.55º | 0.62% | 0.66% | - |
| HSV(B) | 287.55º | 0.48% | 0.87% | - |
| XYZ | 43.25 | 30.04 | 72.63 | - |
| YUV | 153.2 | 166.83 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 116 | 222 | 0.10 | 0.48 | 0 | 0.13 | 287.55 | 0.62 | 0.66 |
| Hex | C8 | 74 | DE | A | 30 | 0 | D | 120 | 3E | 42 |
| Octal | 310 | 164 | 336 | 12 | 60 | 0 | 15 | 440 | 76 | 102 |
| Binary | 11001000 | 1110100 | 11011110 | 1010 | 110000 | 0 | 1101 | 100100000 | 111110 | 1000010 |
Color Harmonies of #C874DE
Complementary color
Monochromatic Colors of #C874DE
Black with #C874DE
Text Example
Text Example
White with #C874DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C874DE; }
p { color: rgb(200,116,222); }
H1.HeaderClassName
{
color: #C874DE;
}
.AnyTagClassName
{
color: #C874DE;
}
</style>
background-color css
<style>
a { background-color: #C874DE; }
a { background-color: rgb(200,116,222); }
div.DivClassName
{
background-color: #C874DE;
}
.BgClassName
{
background-color: #C874DE;
}
</style>
border-color css
<style>
span { border-color: #C874DE; }
span { border-color: rgb(200,116,222); }
td.TdClassName
{
border-color: #C874DE;
}
.TagClassName
{
border-color: #C874DE;
}
</style>