Shades of Medium Orchid #C06DCF
Tints of Medium Orchid #C06DCF
RGB
CMYK
RGB Variations
Color information
#C06DCF (or 0xC06DCF) is known color: Medium Orchid. HEX triplet: C0, 6D and CF. RGB value is (192,109,207). Sum of RGB (Red+Green+Blue) = 192+109+207=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #C06DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06DCF is #3F9230. Grayscale: #909090. Windows color (decimal): -4166193 or 13594048. OLE color: 13594048.
HSL color Cylindrical-coordinate representation of color #C06DCF: hue angle of 290.82º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C06DCF is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 109 | 207 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.19 |
| HSL | 290.82º | 0.51% | 0.62% | - |
| HSV(B) | 290.82º | 0.47% | 0.81% | - |
| XYZ | 38.47 | 26.65 | 62.15 | - |
| YUV | 144.99 | 163 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 207 | 0.07 | 0.47 | 0 | 0.19 | 290.82 | 0.51 | 0.62 |
| Hex | C0 | 6D | CF | 7 | 2F | 0 | 13 | 123 | 33 | 3E |
| Octal | 300 | 155 | 317 | 7 | 57 | 0 | 23 | 443 | 63 | 76 |
| Binary | 11000000 | 1101101 | 11001111 | 111 | 101111 | 0 | 10011 | 100100011 | 110011 | 111110 |
Color Harmonies of #C06DCF
Complementary color
Monochromatic Colors of #C06DCF
Black with #C06DCF
Text Example
Text Example
White with #C06DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06DCF; }
p { color: rgb(192,109,207); }
H1.HeaderClassName
{
color: #C06DCF;
}
.AnyTagClassName
{
color: #C06DCF;
}
</style>
background-color css
<style>
a { background-color: #C06DCF; }
a { background-color: rgb(192,109,207); }
div.DivClassName
{
background-color: #C06DCF;
}
.BgClassName
{
background-color: #C06DCF;
}
</style>
border-color css
<style>
span { border-color: #C06DCF; }
span { border-color: rgb(192,109,207); }
td.TdClassName
{
border-color: #C06DCF;
}
.TagClassName
{
border-color: #C06DCF;
}
</style>