Shades of Medium Orchid #C06DCB
Tints of Medium Orchid #C06DCB
RGB
CMYK
RGB Variations
Color information
#C06DCB (or 0xC06DCB) is known color: Medium Orchid. HEX triplet: C0, 6D and CB. RGB value is (192,109,203). Sum of RGB (Red+Green+Blue) = 192+109+203=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #C06DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06DCB is #3F9234. Grayscale: #909090. Windows color (decimal): -4166197 or 13331904. OLE color: 13331904.
HSL color Cylindrical-coordinate representation of color #C06DCB: hue angle of 292.98º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C06DCB is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 109 | 203 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.20 |
| HSL | 292.98º | 0.47% | 0.61% | - |
| HSV(B) | 292.98º | 0.46% | 0.8% | - |
| XYZ | 37.99 | 26.46 | 59.6 | - |
| YUV | 144.53 | 161 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 203 | 0.05 | 0.46 | 0 | 0.20 | 292.98 | 0.47 | 0.61 |
| Hex | C0 | 6D | CB | 5 | 2E | 0 | 14 | 125 | 2F | 3D |
| Octal | 300 | 155 | 313 | 5 | 56 | 0 | 24 | 445 | 57 | 75 |
| Binary | 11000000 | 1101101 | 11001011 | 101 | 101110 | 0 | 10100 | 100100101 | 101111 | 111101 |
Color Harmonies of #C06DCB
Complementary color
Monochromatic Colors of #C06DCB
Black with #C06DCB
Text Example
Text Example
White with #C06DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06DCB; }
p { color: rgb(192,109,203); }
H1.HeaderClassName
{
color: #C06DCB;
}
.AnyTagClassName
{
color: #C06DCB;
}
</style>
background-color css
<style>
a { background-color: #C06DCB; }
a { background-color: rgb(192,109,203); }
div.DivClassName
{
background-color: #C06DCB;
}
.BgClassName
{
background-color: #C06DCB;
}
</style>
border-color css
<style>
span { border-color: #C06DCB; }
span { border-color: rgb(192,109,203); }
td.TdClassName
{
border-color: #C06DCB;
}
.TagClassName
{
border-color: #C06DCB;
}
</style>