Shades of Orchid #C873CB
Tints of Orchid #C873CB
RGB
CMYK
RGB Variations
Color information
#C873CB (or 0xC873CB) is known color: Orchid. HEX triplet: C8, 73 and CB. RGB value is (200,115,203). Sum of RGB (Red+Green+Blue) = 200+115+203=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 115 (45.31% from 255 or 22.20% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #C873CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C873CB is #378C34. Grayscale: #969696. Windows color (decimal): -3640373 or 13333448. OLE color: 13333448.
HSL color Cylindrical-coordinate representation of color #C873CB: hue angle of 297.95º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C873CB is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 115 | 203 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.20 |
| HSL | 297.95º | 0.46% | 0.62% | - |
| HSV(B) | 297.95º | 0.43% | 0.8% | - |
| XYZ | 40.73 | 28.85 | 59.92 | - |
| YUV | 150.45 | 157.66 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 115 | 203 | 0.01 | 0.43 | 0 | 0.20 | 297.95 | 0.46 | 0.62 |
| Hex | C8 | 73 | CB | 1 | 2B | 0 | 14 | 12A | 2E | 3E |
| Octal | 310 | 163 | 313 | 1 | 53 | 0 | 24 | 452 | 56 | 76 |
| Binary | 11001000 | 1110011 | 11001011 | 1 | 101011 | 0 | 10100 | 100101010 | 101110 | 111110 |
Color Harmonies of #C873CB
Complementary color
Monochromatic Colors of #C873CB
Black with #C873CB
Text Example
Text Example
White with #C873CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C873CB; }
p { color: rgb(200,115,203); }
H1.HeaderClassName
{
color: #C873CB;
}
.AnyTagClassName
{
color: #C873CB;
}
</style>
background-color css
<style>
a { background-color: #C873CB; }
a { background-color: rgb(200,115,203); }
div.DivClassName
{
background-color: #C873CB;
}
.BgClassName
{
background-color: #C873CB;
}
</style>
border-color css
<style>
span { border-color: #C873CB; }
span { border-color: rgb(200,115,203); }
td.TdClassName
{
border-color: #C873CB;
}
.TagClassName
{
border-color: #C873CB;
}
</style>