Shades of Orchid #C879D5
Tints of Orchid #C879D5
RGB
CMYK
RGB Variations
Color information
#C879D5 (or 0xC879D5) is known color: Orchid. HEX triplet: C8, 79 and D5. RGB value is (200,121,213). Sum of RGB (Red+Green+Blue) = 200+121+213=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 121 (47.66% from 255 or 22.66% from 534); Blue value is 213 (83.59% from 255 or 39.89% from 534); Max value from RGB is 213 - color contains mainly: blue. Hex color #C879D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C879D5 is #37862A. Grayscale: #9A9A9A. Windows color (decimal): -3638827 or 13990344. OLE color: 13990344.
HSL color Cylindrical-coordinate representation of color #C879D5: hue angle of 291.52º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C879D5 is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 121 | 213 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.16 |
| HSL | 291.52º | 0.52% | 0.65% | - |
| HSV(B) | 291.52º | 0.43% | 0.84% | - |
| XYZ | 42.67 | 30.76 | 66.64 | - |
| YUV | 155.11 | 160.67 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 121 | 213 | 0.06 | 0.43 | 0 | 0.16 | 291.52 | 0.52 | 0.65 |
| Hex | C8 | 79 | D5 | 6 | 2B | 0 | 10 | 124 | 34 | 41 |
| Octal | 310 | 171 | 325 | 6 | 53 | 0 | 20 | 444 | 64 | 101 |
| Binary | 11001000 | 1111001 | 11010101 | 110 | 101011 | 0 | 10000 | 100100100 | 110100 | 1000001 |
Color Harmonies of #C879D5
Complementary color
Monochromatic Colors of #C879D5
Black with #C879D5
Text Example
Text Example
White with #C879D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C879D5; }
p { color: rgb(200,121,213); }
H1.HeaderClassName
{
color: #C879D5;
}
.AnyTagClassName
{
color: #C879D5;
}
</style>
background-color css
<style>
a { background-color: #C879D5; }
a { background-color: rgb(200,121,213); }
div.DivClassName
{
background-color: #C879D5;
}
.BgClassName
{
background-color: #C879D5;
}
</style>
border-color css
<style>
span { border-color: #C879D5; }
span { border-color: rgb(200,121,213); }
td.TdClassName
{
border-color: #C879D5;
}
.TagClassName
{
border-color: #C879D5;
}
</style>