Shades of Medium Orchid #C06BDC
Tints of Medium Orchid #C06BDC
RGB
CMYK
RGB Variations
Color information
#C06BDC (or 0xC06BDC) is known color: Medium Orchid. HEX triplet: C0, 6B and DC. RGB value is (192,107,220). Sum of RGB (Red+Green+Blue) = 192+107+220=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 107 (42.19% from 255 or 20.62% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #C06BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06BDC is #3F9423. Grayscale: #909090. Windows color (decimal): -4166692 or 14445504. OLE color: 14445504.
HSL color Cylindrical-coordinate representation of color #C06BDC: hue angle of 285.13º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C06BDC is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 107 | 220 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.14 |
| HSL | 285.13º | 0.62% | 0.64% | - |
| HSV(B) | 285.13º | 0.51% | 0.86% | - |
| XYZ | 39.91 | 26.89 | 70.8 | - |
| YUV | 145.3 | 170.16 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 220 | 0.13 | 0.51 | 0 | 0.14 | 285.13 | 0.62 | 0.64 |
| Hex | C0 | 6B | DC | D | 33 | 0 | E | 11D | 3E | 40 |
| Octal | 300 | 153 | 334 | 15 | 63 | 0 | 16 | 435 | 76 | 100 |
| Binary | 11000000 | 1101011 | 11011100 | 1101 | 110011 | 0 | 1110 | 100011101 | 111110 | 1000000 |
Color Harmonies of #C06BDC
Complementary color
Monochromatic Colors of #C06BDC
Black with #C06BDC
Text Example
Text Example
White with #C06BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06BDC; }
p { color: rgb(192,107,220); }
H1.HeaderClassName
{
color: #C06BDC;
}
.AnyTagClassName
{
color: #C06BDC;
}
</style>
background-color css
<style>
a { background-color: #C06BDC; }
a { background-color: rgb(192,107,220); }
div.DivClassName
{
background-color: #C06BDC;
}
.BgClassName
{
background-color: #C06BDC;
}
</style>
border-color css
<style>
span { border-color: #C06BDC; }
span { border-color: rgb(192,107,220); }
td.TdClassName
{
border-color: #C06BDC;
}
.TagClassName
{
border-color: #C06BDC;
}
</style>