Shades of Orchid #C873C4
Tints of Orchid #C873C4
RGB
CMYK
RGB Variations
Color information
#C873C4 (or 0xC873C4) is known color: Orchid. HEX triplet: C8, 73 and C4. RGB value is (200,115,196). Sum of RGB (Red+Green+Blue) = 200+115+196=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 200 - color contains mainly: red. Hex color #C873C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C873C4 is #378C3B. Grayscale: #959595. Windows color (decimal): -3640380 or 12874696. OLE color: 12874696.
HSL color Cylindrical-coordinate representation of color #C873C4: hue angle of 302.82º 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 #C873C4 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 115 | 196 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.22 |
| HSL | 302.82º | 0.44% | 0.62% | - |
| HSV(B) | 302.82º | 0.43% | 0.78% | - |
| XYZ | 39.91 | 28.53 | 55.63 | - |
| YUV | 149.65 | 154.16 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 115 | 196 | 0 | 0.42 | 0.02 | 0.22 | 302.82 | 0.44 | 0.62 |
| Hex | C8 | 73 | C4 | 0 | 2A | 2 | 16 | 12F | 2C | 3E |
| Octal | 310 | 163 | 304 | 0 | 52 | 2 | 26 | 457 | 54 | 76 |
| Binary | 11001000 | 1110011 | 11000100 | 0 | 101010 | 10 | 10110 | 100101111 | 101100 | 111110 |
Color Harmonies of #C873C4
Complementary color
Monochromatic Colors of #C873C4
Black with #C873C4
Text Example
Text Example
White with #C873C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C873C4; }
p { color: rgb(200,115,196); }
H1.HeaderClassName
{
color: #C873C4;
}
.AnyTagClassName
{
color: #C873C4;
}
</style>
background-color css
<style>
a { background-color: #C873C4; }
a { background-color: rgb(200,115,196); }
div.DivClassName
{
background-color: #C873C4;
}
.BgClassName
{
background-color: #C873C4;
}
</style>
border-color css
<style>
span { border-color: #C873C4; }
span { border-color: rgb(200,115,196); }
td.TdClassName
{
border-color: #C873C4;
}
.TagClassName
{
border-color: #C873C4;
}
</style>