Shades of Orchid #C873E4
Tints of Orchid #C873E4
RGB
CMYK
RGB Variations
Color information
#C873E4 (or 0xC873E4) is known color: Orchid. HEX triplet: C8, 73 and E4. RGB value is (200,115,228). Sum of RGB (Red+Green+Blue) = 200+115+228=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 115 (45.31% from 255 or 21.18% from 543); Blue value is 228 (89.45% from 255 or 41.99% from 543); Max value from RGB is 228 - color contains mainly: blue. Hex color #C873E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C873E4 is #378C1B. Grayscale: #989898. Windows color (decimal): -3640348 or 14971848. OLE color: 14971848.
HSL color Cylindrical-coordinate representation of color #C873E4: hue angle of 285.13º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C873E4 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 115 | 228 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.11 |
| HSL | 285.13º | 0.68% | 0.67% | - |
| HSV(B) | 285.13º | 0.5% | 0.89% | - |
| XYZ | 43.95 | 30.14 | 76.9 | - |
| YUV | 153.3 | 170.16 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 115 | 228 | 0.12 | 0.50 | 0 | 0.11 | 285.13 | 0.68 | 0.67 |
| Hex | C8 | 73 | E4 | C | 32 | 0 | B | 11D | 44 | 43 |
| Octal | 310 | 163 | 344 | 14 | 62 | 0 | 13 | 435 | 104 | 103 |
| Binary | 11001000 | 1110011 | 11100100 | 1100 | 110010 | 0 | 1011 | 100011101 | 1000100 | 1000011 |
Color Harmonies of #C873E4
Complementary color
Monochromatic Colors of #C873E4
Black with #C873E4
Text Example
Text Example
White with #C873E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C873E4; }
p { color: rgb(200,115,228); }
H1.HeaderClassName
{
color: #C873E4;
}
.AnyTagClassName
{
color: #C873E4;
}
</style>
background-color css
<style>
a { background-color: #C873E4; }
a { background-color: rgb(200,115,228); }
div.DivClassName
{
background-color: #C873E4;
}
.BgClassName
{
background-color: #C873E4;
}
</style>
border-color css
<style>
span { border-color: #C873E4; }
span { border-color: rgb(200,115,228); }
td.TdClassName
{
border-color: #C873E4;
}
.TagClassName
{
border-color: #C873E4;
}
</style>