Shades of Medium Orchid #C867DC
Tints of Medium Orchid #C867DC
RGB
CMYK
RGB Variations
Color information
#C867DC (or 0xC867DC) is known color: Medium Orchid. HEX triplet: C8, 67 and DC. RGB value is (200,103,220). Sum of RGB (Red+Green+Blue) = 200+103+220=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 103 (40.62% from 255 or 19.69% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #C867DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C867DC is #379823. Grayscale: #909090. Windows color (decimal): -3643428 or 14444488. OLE color: 14444488.
HSL color Cylindrical-coordinate representation of color #C867DC: hue angle of 289.74º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C867DC is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 103 | 220 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.14 |
| HSL | 289.74º | 0.63% | 0.63% | - |
| HSV(B) | 289.74º | 0.53% | 0.86% | - |
| XYZ | 41.59 | 27.15 | 70.76 | - |
| YUV | 145.34 | 170.14 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 103 | 220 | 0.09 | 0.53 | 0 | 0.14 | 289.74 | 0.63 | 0.63 |
| Hex | C8 | 67 | DC | 9 | 35 | 0 | E | 122 | 3F | 3F |
| Octal | 310 | 147 | 334 | 11 | 65 | 0 | 16 | 442 | 77 | 77 |
| Binary | 11001000 | 1100111 | 11011100 | 1001 | 110101 | 0 | 1110 | 100100010 | 111111 | 111111 |
Color Harmonies of #C867DC
Complementary color
Monochromatic Colors of #C867DC
Black with #C867DC
Text Example
Text Example
White with #C867DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C867DC; }
p { color: rgb(200,103,220); }
H1.HeaderClassName
{
color: #C867DC;
}
.AnyTagClassName
{
color: #C867DC;
}
</style>
background-color css
<style>
a { background-color: #C867DC; }
a { background-color: rgb(200,103,220); }
div.DivClassName
{
background-color: #C867DC;
}
.BgClassName
{
background-color: #C867DC;
}
</style>
border-color css
<style>
span { border-color: #C867DC; }
span { border-color: rgb(200,103,220); }
td.TdClassName
{
border-color: #C867DC;
}
.TagClassName
{
border-color: #C867DC;
}
</style>