Shades of Medium Orchid #C06ADC
Tints of Medium Orchid #C06ADC
RGB
CMYK
RGB Variations
Color information
#C06ADC (or 0xC06ADC) is known color: Medium Orchid. HEX triplet: C0, 6A and DC. RGB value is (192,106,220). Sum of RGB (Red+Green+Blue) = 192+106+220=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 106 (41.80% from 255 or 20.46% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #C06ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06ADC is #3F9523. Grayscale: #909090. Windows color (decimal): -4166948 or 14445248. OLE color: 14445248.
HSL color Cylindrical-coordinate representation of color #C06ADC: hue angle of 285.26º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C06ADC is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 106 | 220 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.14 |
| HSL | 285.26º | 0.62% | 0.64% | - |
| HSV(B) | 285.26º | 0.52% | 0.86% | - |
| XYZ | 39.81 | 26.68 | 70.76 | - |
| YUV | 144.71 | 170.49 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 220 | 0.13 | 0.52 | 0 | 0.14 | 285.26 | 0.62 | 0.64 |
| Hex | C0 | 6A | DC | D | 34 | 0 | E | 11D | 3E | 40 |
| Octal | 300 | 152 | 334 | 15 | 64 | 0 | 16 | 435 | 76 | 100 |
| Binary | 11000000 | 1101010 | 11011100 | 1101 | 110100 | 0 | 1110 | 100011101 | 111110 | 1000000 |
Color Harmonies of #C06ADC
Complementary color
Monochromatic Colors of #C06ADC
Black with #C06ADC
Text Example
Text Example
White with #C06ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06ADC; }
p { color: rgb(192,106,220); }
H1.HeaderClassName
{
color: #C06ADC;
}
.AnyTagClassName
{
color: #C06ADC;
}
</style>
background-color css
<style>
a { background-color: #C06ADC; }
a { background-color: rgb(192,106,220); }
div.DivClassName
{
background-color: #C06ADC;
}
.BgClassName
{
background-color: #C06ADC;
}
</style>
border-color css
<style>
span { border-color: #C06ADC; }
span { border-color: rgb(192,106,220); }
td.TdClassName
{
border-color: #C06ADC;
}
.TagClassName
{
border-color: #C06ADC;
}
</style>