Shades of Orchid #C875D1
Tints of Orchid #C875D1
RGB
CMYK
RGB Variations
Color information
#C875D1 (or 0xC875D1) is known color: Orchid. HEX triplet: C8, 75 and D1. RGB value is (200,117,209). Sum of RGB (Red+Green+Blue) = 200+117+209=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 117 (46.09% from 255 or 22.24% from 526); Blue value is 209 (82.03% from 255 or 39.73% from 526); Max value from RGB is 209 - color contains mainly: blue. Hex color #C875D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C875D1 is #378A2E. Grayscale: #989898. Windows color (decimal): -3639855 or 13727176. OLE color: 13727176.
HSL color Cylindrical-coordinate representation of color #C875D1: hue angle of 294.13º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C875D1 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 117 | 209 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.18 |
| HSL | 294.13º | 0.5% | 0.64% | - |
| HSV(B) | 294.13º | 0.44% | 0.82% | - |
| XYZ | 41.69 | 29.61 | 63.84 | - |
| YUV | 152.31 | 160 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 209 | 0.04 | 0.44 | 0 | 0.18 | 294.13 | 0.5 | 0.64 |
| Hex | C8 | 75 | D1 | 4 | 2C | 0 | 12 | 126 | 32 | 40 |
| Octal | 310 | 165 | 321 | 4 | 54 | 0 | 22 | 446 | 62 | 100 |
| Binary | 11001000 | 1110101 | 11010001 | 100 | 101100 | 0 | 10010 | 100100110 | 110010 | 1000000 |
Color Harmonies of #C875D1
Complementary color
Monochromatic Colors of #C875D1
Black with #C875D1
Text Example
Text Example
White with #C875D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C875D1; }
p { color: rgb(200,117,209); }
H1.HeaderClassName
{
color: #C875D1;
}
.AnyTagClassName
{
color: #C875D1;
}
</style>
background-color css
<style>
a { background-color: #C875D1; }
a { background-color: rgb(200,117,209); }
div.DivClassName
{
background-color: #C875D1;
}
.BgClassName
{
background-color: #C875D1;
}
</style>
border-color css
<style>
span { border-color: #C875D1; }
span { border-color: rgb(200,117,209); }
td.TdClassName
{
border-color: #C875D1;
}
.TagClassName
{
border-color: #C875D1;
}
</style>