Shades of Medium Orchid #C06ADF
Tints of Medium Orchid #C06ADF
RGB
CMYK
RGB Variations
Color information
#C06ADF (or 0xC06ADF) is known color: Medium Orchid. HEX triplet: C0, 6A and DF. RGB value is (192,106,223). Sum of RGB (Red+Green+Blue) = 192+106+223=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 106 (41.80% from 255 or 20.35% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #C06ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06ADF is #3F9520. Grayscale: #909090. Windows color (decimal): -4166945 or 14641856. OLE color: 14641856.
HSL color Cylindrical-coordinate representation of color #C06ADF: hue angle of 284.1º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C06ADF is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 106 | 223 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.13 |
| HSL | 284.1º | 0.65% | 0.65% | - |
| HSV(B) | 284.1º | 0.52% | 0.87% | - |
| XYZ | 40.21 | 26.84 | 72.87 | - |
| YUV | 145.05 | 171.99 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 223 | 0.14 | 0.52 | 0 | 0.13 | 284.1 | 0.65 | 0.65 |
| Hex | C0 | 6A | DF | E | 34 | 0 | D | 11C | 41 | 41 |
| Octal | 300 | 152 | 337 | 16 | 64 | 0 | 15 | 434 | 101 | 101 |
| Binary | 11000000 | 1101010 | 11011111 | 1110 | 110100 | 0 | 1101 | 100011100 | 1000001 | 1000001 |
Color Harmonies of #C06ADF
Complementary color
Monochromatic Colors of #C06ADF
Black with #C06ADF
Text Example
Text Example
White with #C06ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06ADF; }
p { color: rgb(192,106,223); }
H1.HeaderClassName
{
color: #C06ADF;
}
.AnyTagClassName
{
color: #C06ADF;
}
</style>
background-color css
<style>
a { background-color: #C06ADF; }
a { background-color: rgb(192,106,223); }
div.DivClassName
{
background-color: #C06ADF;
}
.BgClassName
{
background-color: #C06ADF;
}
</style>
border-color css
<style>
span { border-color: #C06ADF; }
span { border-color: rgb(192,106,223); }
td.TdClassName
{
border-color: #C06ADF;
}
.TagClassName
{
border-color: #C06ADF;
}
</style>