Shades of Medium Orchid #C06DCE
Tints of Medium Orchid #C06DCE
RGB
CMYK
RGB Variations
Color information
#C06DCE (or 0xC06DCE) is known color: Medium Orchid. HEX triplet: C0, 6D and CE. RGB value is (192,109,206). Sum of RGB (Red+Green+Blue) = 192+109+206=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #C06DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06DCE is #3F9231. Grayscale: #909090. Windows color (decimal): -4166194 or 13528512. OLE color: 13528512.
HSL color Cylindrical-coordinate representation of color #C06DCE: hue angle of 291.34º degrees, saturation: 0.5, 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 #C06DCE is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 109 | 206 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.19 |
| HSL | 291.34º | 0.5% | 0.62% | - |
| HSV(B) | 291.34º | 0.47% | 0.81% | - |
| XYZ | 38.35 | 26.6 | 61.51 | - |
| YUV | 144.88 | 162.5 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 206 | 0.07 | 0.47 | 0 | 0.19 | 291.34 | 0.5 | 0.62 |
| Hex | C0 | 6D | CE | 7 | 2F | 0 | 13 | 123 | 32 | 3E |
| Octal | 300 | 155 | 316 | 7 | 57 | 0 | 23 | 443 | 62 | 76 |
| Binary | 11000000 | 1101101 | 11001110 | 111 | 101111 | 0 | 10011 | 100100011 | 110010 | 111110 |
Color Harmonies of #C06DCE
Complementary color
Monochromatic Colors of #C06DCE
Black with #C06DCE
Text Example
Text Example
White with #C06DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06DCE; }
p { color: rgb(192,109,206); }
H1.HeaderClassName
{
color: #C06DCE;
}
.AnyTagClassName
{
color: #C06DCE;
}
</style>
background-color css
<style>
a { background-color: #C06DCE; }
a { background-color: rgb(192,109,206); }
div.DivClassName
{
background-color: #C06DCE;
}
.BgClassName
{
background-color: #C06DCE;
}
</style>
border-color css
<style>
span { border-color: #C06DCE; }
span { border-color: rgb(192,109,206); }
td.TdClassName
{
border-color: #C06DCE;
}
.TagClassName
{
border-color: #C06DCE;
}
</style>