Shades of Medium Orchid #C867DE
Tints of Medium Orchid #C867DE
RGB
CMYK
RGB Variations
Color information
#C867DE (or 0xC867DE) is known color: Medium Orchid. HEX triplet: C8, 67 and DE. RGB value is (200,103,222). Sum of RGB (Red+Green+Blue) = 200+103+222=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 103 (40.62% from 255 or 19.62% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #C867DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C867DE is #379821. Grayscale: #919191. Windows color (decimal): -3643426 or 14575560. OLE color: 14575560.
HSL color Cylindrical-coordinate representation of color #C867DE: hue angle of 288.91º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C867DE is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 103 | 222 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.13 |
| HSL | 288.91º | 0.64% | 0.64% | - |
| HSV(B) | 288.91º | 0.54% | 0.87% | - |
| XYZ | 41.85 | 27.25 | 72.16 | - |
| YUV | 145.57 | 171.14 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 103 | 222 | 0.10 | 0.54 | 0 | 0.13 | 288.91 | 0.64 | 0.64 |
| Hex | C8 | 67 | DE | A | 36 | 0 | D | 121 | 40 | 40 |
| Octal | 310 | 147 | 336 | 12 | 66 | 0 | 15 | 441 | 100 | 100 |
| Binary | 11001000 | 1100111 | 11011110 | 1010 | 110110 | 0 | 1101 | 100100001 | 1000000 | 1000000 |
Color Harmonies of #C867DE
Complementary color
Monochromatic Colors of #C867DE
Black with #C867DE
Text Example
Text Example
White with #C867DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C867DE; }
p { color: rgb(200,103,222); }
H1.HeaderClassName
{
color: #C867DE;
}
.AnyTagClassName
{
color: #C867DE;
}
</style>
background-color css
<style>
a { background-color: #C867DE; }
a { background-color: rgb(200,103,222); }
div.DivClassName
{
background-color: #C867DE;
}
.BgClassName
{
background-color: #C867DE;
}
</style>
border-color css
<style>
span { border-color: #C867DE; }
span { border-color: rgb(200,103,222); }
td.TdClassName
{
border-color: #C867DE;
}
.TagClassName
{
border-color: #C867DE;
}
</style>