Shades of Medium Orchid #C06BDA
Tints of Medium Orchid #C06BDA
RGB
CMYK
RGB Variations
Color information
#C06BDA (or 0xC06BDA) is known color: Medium Orchid. HEX triplet: C0, 6B and DA. RGB value is (192,107,218). Sum of RGB (Red+Green+Blue) = 192+107+218=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 107 (42.19% from 255 or 20.70% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #C06BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06BDA is #3F9425. Grayscale: #909090. Windows color (decimal): -4166694 or 14314432. OLE color: 14314432.
HSL color Cylindrical-coordinate representation of color #C06BDA: hue angle of 285.95º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C06BDA is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 107 | 218 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.15 |
| HSL | 285.95º | 0.6% | 0.64% | - |
| HSV(B) | 285.95º | 0.51% | 0.85% | - |
| XYZ | 39.65 | 26.78 | 69.41 | - |
| YUV | 145.07 | 169.16 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 218 | 0.12 | 0.51 | 0 | 0.15 | 285.95 | 0.6 | 0.64 |
| Hex | C0 | 6B | DA | C | 33 | 0 | F | 11E | 3C | 40 |
| Octal | 300 | 153 | 332 | 14 | 63 | 0 | 17 | 436 | 74 | 100 |
| Binary | 11000000 | 1101011 | 11011010 | 1100 | 110011 | 0 | 1111 | 100011110 | 111100 | 1000000 |
Color Harmonies of #C06BDA
Complementary color
Monochromatic Colors of #C06BDA
Black with #C06BDA
Text Example
Text Example
White with #C06BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06BDA; }
p { color: rgb(192,107,218); }
H1.HeaderClassName
{
color: #C06BDA;
}
.AnyTagClassName
{
color: #C06BDA;
}
</style>
background-color css
<style>
a { background-color: #C06BDA; }
a { background-color: rgb(192,107,218); }
div.DivClassName
{
background-color: #C06BDA;
}
.BgClassName
{
background-color: #C06BDA;
}
</style>
border-color css
<style>
span { border-color: #C06BDA; }
span { border-color: rgb(192,107,218); }
td.TdClassName
{
border-color: #C06BDA;
}
.TagClassName
{
border-color: #C06BDA;
}
</style>