Shades of Orchid #C875D9
Tints of Orchid #C875D9
RGB
CMYK
RGB Variations
Color information
#C875D9 (or 0xC875D9) is known color: Orchid. HEX triplet: C8, 75 and D9. RGB value is (200,117,217). Sum of RGB (Red+Green+Blue) = 200+117+217=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 217 (85.16% from 255 or 40.64% from 534); Max value from RGB is 217 - color contains mainly: blue. Hex color #C875D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C875D9 is #378A26. Grayscale: #989898. Windows color (decimal): -3639847 or 14251464. OLE color: 14251464.
HSL color Cylindrical-coordinate representation of color #C875D9: hue angle of 289.8º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C875D9 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 117 | 217 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.15 |
| HSL | 289.8º | 0.57% | 0.65% | - |
| HSV(B) | 289.8º | 0.46% | 0.85% | - |
| XYZ | 42.71 | 30.01 | 69.19 | - |
| YUV | 153.22 | 164 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 217 | 0.08 | 0.46 | 0 | 0.15 | 289.8 | 0.57 | 0.65 |
| Hex | C8 | 75 | D9 | 8 | 2E | 0 | F | 122 | 39 | 41 |
| Octal | 310 | 165 | 331 | 10 | 56 | 0 | 17 | 442 | 71 | 101 |
| Binary | 11001000 | 1110101 | 11011001 | 1000 | 101110 | 0 | 1111 | 100100010 | 111001 | 1000001 |
Color Harmonies of #C875D9
Complementary color
Monochromatic Colors of #C875D9
Black with #C875D9
Text Example
Text Example
White with #C875D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C875D9; }
p { color: rgb(200,117,217); }
H1.HeaderClassName
{
color: #C875D9;
}
.AnyTagClassName
{
color: #C875D9;
}
</style>
background-color css
<style>
a { background-color: #C875D9; }
a { background-color: rgb(200,117,217); }
div.DivClassName
{
background-color: #C875D9;
}
.BgClassName
{
background-color: #C875D9;
}
</style>
border-color css
<style>
span { border-color: #C875D9; }
span { border-color: rgb(200,117,217); }
td.TdClassName
{
border-color: #C875D9;
}
.TagClassName
{
border-color: #C875D9;
}
</style>