Shades of Medium Orchid #C867D7
Tints of Medium Orchid #C867D7
RGB
CMYK
RGB Variations
Color information
#C867D7 (or 0xC867D7) is known color: Medium Orchid. HEX triplet: C8, 67 and D7. RGB value is (200,103,215). Sum of RGB (Red+Green+Blue) = 200+103+215=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 103 (40.62% from 255 or 19.88% from 518); Blue value is 215 (84.38% from 255 or 41.51% from 518); Max value from RGB is 215 - color contains mainly: blue. Hex color #C867D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C867D7 is #379828. Grayscale: #909090. Windows color (decimal): -3643433 or 14116808. OLE color: 14116808.
HSL color Cylindrical-coordinate representation of color #C867D7: hue angle of 291.96º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C867D7 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 103 | 215 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.16 |
| HSL | 291.96º | 0.58% | 0.62% | - |
| HSV(B) | 291.96º | 0.52% | 0.84% | - |
| XYZ | 40.94 | 26.89 | 67.32 | - |
| YUV | 144.77 | 167.64 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 103 | 215 | 0.07 | 0.52 | 0 | 0.16 | 291.96 | 0.58 | 0.62 |
| Hex | C8 | 67 | D7 | 7 | 34 | 0 | 10 | 124 | 3A | 3E |
| Octal | 310 | 147 | 327 | 7 | 64 | 0 | 20 | 444 | 72 | 76 |
| Binary | 11001000 | 1100111 | 11010111 | 111 | 110100 | 0 | 10000 | 100100100 | 111010 | 111110 |
Color Harmonies of #C867D7
Complementary color
Monochromatic Colors of #C867D7
Black with #C867D7
Text Example
Text Example
White with #C867D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C867D7; }
p { color: rgb(200,103,215); }
H1.HeaderClassName
{
color: #C867D7;
}
.AnyTagClassName
{
color: #C867D7;
}
</style>
background-color css
<style>
a { background-color: #C867D7; }
a { background-color: rgb(200,103,215); }
div.DivClassName
{
background-color: #C867D7;
}
.BgClassName
{
background-color: #C867D7;
}
</style>
border-color css
<style>
span { border-color: #C867D7; }
span { border-color: rgb(200,103,215); }
td.TdClassName
{
border-color: #C867D7;
}
.TagClassName
{
border-color: #C867D7;
}
</style>