Shades of Orchid #C875DD
Tints of Orchid #C875DD
RGB
CMYK
RGB Variations
Color information
#C875DD (or 0xC875DD) is known color: Orchid. HEX triplet: C8, 75 and DD. RGB value is (200,117,221). Sum of RGB (Red+Green+Blue) = 200+117+221=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 117 (46.09% from 255 or 21.75% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #C875DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C875DD is #378A22. Grayscale: #999999. Windows color (decimal): -3639843 or 14513608. OLE color: 14513608.
HSL color Cylindrical-coordinate representation of color #C875DD: hue angle of 287.88º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C875DD is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 117 | 221 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.13 |
| HSL | 287.88º | 0.6% | 0.66% | - |
| HSV(B) | 287.88º | 0.47% | 0.87% | - |
| XYZ | 43.23 | 30.22 | 71.96 | - |
| YUV | 153.67 | 166 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 221 | 0.10 | 0.47 | 0 | 0.13 | 287.88 | 0.6 | 0.66 |
| Hex | C8 | 75 | DD | A | 2F | 0 | D | 120 | 3C | 42 |
| Octal | 310 | 165 | 335 | 12 | 57 | 0 | 15 | 440 | 74 | 102 |
| Binary | 11001000 | 1110101 | 11011101 | 1010 | 101111 | 0 | 1101 | 100100000 | 111100 | 1000010 |
Color Harmonies of #C875DD
Complementary color
Monochromatic Colors of #C875DD
Black with #C875DD
Text Example
Text Example
White with #C875DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C875DD; }
p { color: rgb(200,117,221); }
H1.HeaderClassName
{
color: #C875DD;
}
.AnyTagClassName
{
color: #C875DD;
}
</style>
background-color css
<style>
a { background-color: #C875DD; }
a { background-color: rgb(200,117,221); }
div.DivClassName
{
background-color: #C875DD;
}
.BgClassName
{
background-color: #C875DD;
}
</style>
border-color css
<style>
span { border-color: #C875DD; }
span { border-color: rgb(200,117,221); }
td.TdClassName
{
border-color: #C875DD;
}
.TagClassName
{
border-color: #C875DD;
}
</style>