Shades of Orchid #C874CB
Tints of Orchid #C874CB
RGB
CMYK
RGB Variations
Color information
#C874CB (or 0xC874CB) is known color: Orchid. HEX triplet: C8, 74 and CB. RGB value is (200,116,203). Sum of RGB (Red+Green+Blue) = 200+116+203=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #C874CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C874CB is #378B34. Grayscale: #969696. Windows color (decimal): -3640117 or 13333704. OLE color: 13333704.
HSL color Cylindrical-coordinate representation of color #C874CB: hue angle of 297.93º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C874CB is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 116 | 203 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.20 |
| HSL | 297.93º | 0.46% | 0.63% | - |
| HSV(B) | 297.93º | 0.43% | 0.8% | - |
| XYZ | 40.84 | 29.08 | 59.96 | - |
| YUV | 151.03 | 157.33 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 116 | 203 | 0.01 | 0.43 | 0 | 0.20 | 297.93 | 0.46 | 0.63 |
| Hex | C8 | 74 | CB | 1 | 2B | 0 | 14 | 12A | 2E | 3F |
| Octal | 310 | 164 | 313 | 1 | 53 | 0 | 24 | 452 | 56 | 77 |
| Binary | 11001000 | 1110100 | 11001011 | 1 | 101011 | 0 | 10100 | 100101010 | 101110 | 111111 |
Color Harmonies of #C874CB
Complementary color
Monochromatic Colors of #C874CB
Black with #C874CB
Text Example
Text Example
White with #C874CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C874CB; }
p { color: rgb(200,116,203); }
H1.HeaderClassName
{
color: #C874CB;
}
.AnyTagClassName
{
color: #C874CB;
}
</style>
background-color css
<style>
a { background-color: #C874CB; }
a { background-color: rgb(200,116,203); }
div.DivClassName
{
background-color: #C874CB;
}
.BgClassName
{
background-color: #C874CB;
}
</style>
border-color css
<style>
span { border-color: #C874CB; }
span { border-color: rgb(200,116,203); }
td.TdClassName
{
border-color: #C874CB;
}
.TagClassName
{
border-color: #C874CB;
}
</style>