Shades of Medium Orchid #C867D8
Tints of Medium Orchid #C867D8
RGB
CMYK
RGB Variations
Color information
#C867D8 (or 0xC867D8) is known color: Medium Orchid. HEX triplet: C8, 67 and D8. RGB value is (200,103,216). Sum of RGB (Red+Green+Blue) = 200+103+216=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 103 (40.62% from 255 or 19.85% from 519); Blue value is 216 (84.77% from 255 or 41.62% from 519); Max value from RGB is 216 - color contains mainly: blue. Hex color #C867D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C867D8 is #379827. Grayscale: #909090. Windows color (decimal): -3643432 or 14182344. OLE color: 14182344.
HSL color Cylindrical-coordinate representation of color #C867D8: hue angle of 291.5º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C867D8 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 103 | 216 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.15 |
| HSL | 291.5º | 0.59% | 0.63% | - |
| HSV(B) | 291.5º | 0.52% | 0.85% | - |
| XYZ | 41.06 | 26.94 | 68 | - |
| YUV | 144.89 | 168.14 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 103 | 216 | 0.07 | 0.52 | 0 | 0.15 | 291.5 | 0.59 | 0.63 |
| Hex | C8 | 67 | D8 | 7 | 34 | 0 | F | 124 | 3B | 3F |
| Octal | 310 | 147 | 330 | 7 | 64 | 0 | 17 | 444 | 73 | 77 |
| Binary | 11001000 | 1100111 | 11011000 | 111 | 110100 | 0 | 1111 | 100100100 | 111011 | 111111 |
Color Harmonies of #C867D8
Complementary color
Monochromatic Colors of #C867D8
Black with #C867D8
Text Example
Text Example
White with #C867D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C867D8; }
p { color: rgb(200,103,216); }
H1.HeaderClassName
{
color: #C867D8;
}
.AnyTagClassName
{
color: #C867D8;
}
</style>
background-color css
<style>
a { background-color: #C867D8; }
a { background-color: rgb(200,103,216); }
div.DivClassName
{
background-color: #C867D8;
}
.BgClassName
{
background-color: #C867D8;
}
</style>
border-color css
<style>
span { border-color: #C867D8; }
span { border-color: rgb(200,103,216); }
td.TdClassName
{
border-color: #C867D8;
}
.TagClassName
{
border-color: #C867D8;
}
</style>