Shades of Orchid #C873C2
Tints of Orchid #C873C2
RGB
CMYK
RGB Variations
Color information
#C873C2 (or 0xC873C2) is known color: Orchid. HEX triplet: C8, 73 and C2. RGB value is (200,115,194). Sum of RGB (Red+Green+Blue) = 200+115+194=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 194 (76.17% from 255 or 38.11% from 509); Max value from RGB is 200 - color contains mainly: red. Hex color #C873C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C873C2 is #378C3D. Grayscale: #959595. Windows color (decimal): -3640382 or 12743624. OLE color: 12743624.
HSL color Cylindrical-coordinate representation of color #C873C2: hue angle of 304.24º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C873C2 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 115 | 194 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.22 |
| HSL | 304.24º | 0.44% | 0.62% | - |
| HSV(B) | 304.24º | 0.43% | 0.78% | - |
| XYZ | 39.69 | 28.44 | 54.44 | - |
| YUV | 149.42 | 153.16 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 115 | 194 | 0 | 0.42 | 0.03 | 0.22 | 304.24 | 0.44 | 0.62 |
| Hex | C8 | 73 | C2 | 0 | 2A | 3 | 16 | 130 | 2C | 3E |
| Octal | 310 | 163 | 302 | 0 | 52 | 3 | 26 | 460 | 54 | 76 |
| Binary | 11001000 | 1110011 | 11000010 | 0 | 101010 | 11 | 10110 | 100110000 | 101100 | 111110 |
Color Harmonies of #C873C2
Complementary color
Monochromatic Colors of #C873C2
Black with #C873C2
Text Example
Text Example
White with #C873C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C873C2; }
p { color: rgb(200,115,194); }
H1.HeaderClassName
{
color: #C873C2;
}
.AnyTagClassName
{
color: #C873C2;
}
</style>
background-color css
<style>
a { background-color: #C873C2; }
a { background-color: rgb(200,115,194); }
div.DivClassName
{
background-color: #C873C2;
}
.BgClassName
{
background-color: #C873C2;
}
</style>
border-color css
<style>
span { border-color: #C873C2; }
span { border-color: rgb(200,115,194); }
td.TdClassName
{
border-color: #C873C2;
}
.TagClassName
{
border-color: #C873C2;
}
</style>