Shades of Orchid #C873D4
Tints of Orchid #C873D4
RGB
CMYK
RGB Variations
Color information
#C873D4 (or 0xC873D4) is known color: Orchid. HEX triplet: C8, 73 and D4. RGB value is (200,115,212). Sum of RGB (Red+Green+Blue) = 200+115+212=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 115 (45.31% from 255 or 21.82% from 527); Blue value is 212 (83.20% from 255 or 40.23% from 527); Max value from RGB is 212 - color contains mainly: blue. Hex color #C873D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C873D4 is #378C2B. Grayscale: #979797. Windows color (decimal): -3640364 or 13923272. OLE color: 13923272.
HSL color Cylindrical-coordinate representation of color #C873D4: hue angle of 292.58º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C873D4 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 115 | 212 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.17 |
| HSL | 292.58º | 0.53% | 0.64% | - |
| HSV(B) | 292.58º | 0.46% | 0.83% | - |
| XYZ | 41.83 | 29.29 | 65.74 | - |
| YUV | 151.47 | 162.16 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 115 | 212 | 0.06 | 0.46 | 0 | 0.17 | 292.58 | 0.53 | 0.64 |
| Hex | C8 | 73 | D4 | 6 | 2E | 0 | 11 | 125 | 35 | 40 |
| Octal | 310 | 163 | 324 | 6 | 56 | 0 | 21 | 445 | 65 | 100 |
| Binary | 11001000 | 1110011 | 11010100 | 110 | 101110 | 0 | 10001 | 100100101 | 110101 | 1000000 |
Color Harmonies of #C873D4
Complementary color
Monochromatic Colors of #C873D4
Black with #C873D4
Text Example
Text Example
White with #C873D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C873D4; }
p { color: rgb(200,115,212); }
H1.HeaderClassName
{
color: #C873D4;
}
.AnyTagClassName
{
color: #C873D4;
}
</style>
background-color css
<style>
a { background-color: #C873D4; }
a { background-color: rgb(200,115,212); }
div.DivClassName
{
background-color: #C873D4;
}
.BgClassName
{
background-color: #C873D4;
}
</style>
border-color css
<style>
span { border-color: #C873D4; }
span { border-color: rgb(200,115,212); }
td.TdClassName
{
border-color: #C873D4;
}
.TagClassName
{
border-color: #C873D4;
}
</style>