Shades of Medium Orchid #C06FD2
Tints of Medium Orchid #C06FD2
RGB
CMYK
RGB Variations
Color information
#C06FD2 (or 0xC06FD2) is known color: Medium Orchid. HEX triplet: C0, 6F and D2. RGB value is (192,111,210). Sum of RGB (Red+Green+Blue) = 192+111+210=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 210 (82.42% from 255 or 40.94% from 513); Max value from RGB is 210 - color contains mainly: blue. Hex color #C06FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06FD2 is #3F902D. Grayscale: #929292. Windows color (decimal): -4165678 or 13791168. OLE color: 13791168.
HSL color Cylindrical-coordinate representation of color #C06FD2: hue angle of 289.09º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C06FD2 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 111 | 210 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.18 |
| HSL | 289.09º | 0.52% | 0.63% | - |
| HSV(B) | 289.09º | 0.47% | 0.82% | - |
| XYZ | 39.06 | 27.23 | 64.17 | - |
| YUV | 146.51 | 163.84 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 210 | 0.09 | 0.47 | 0 | 0.18 | 289.09 | 0.52 | 0.63 |
| Hex | C0 | 6F | D2 | 9 | 2F | 0 | 12 | 121 | 34 | 3F |
| Octal | 300 | 157 | 322 | 11 | 57 | 0 | 22 | 441 | 64 | 77 |
| Binary | 11000000 | 1101111 | 11010010 | 1001 | 101111 | 0 | 10010 | 100100001 | 110100 | 111111 |
Color Harmonies of #C06FD2
Complementary color
Monochromatic Colors of #C06FD2
Black with #C06FD2
Text Example
Text Example
White with #C06FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06FD2; }
p { color: rgb(192,111,210); }
H1.HeaderClassName
{
color: #C06FD2;
}
.AnyTagClassName
{
color: #C06FD2;
}
</style>
background-color css
<style>
a { background-color: #C06FD2; }
a { background-color: rgb(192,111,210); }
div.DivClassName
{
background-color: #C06FD2;
}
.BgClassName
{
background-color: #C06FD2;
}
</style>
border-color css
<style>
span { border-color: #C06FD2; }
span { border-color: rgb(192,111,210); }
td.TdClassName
{
border-color: #C06FD2;
}
.TagClassName
{
border-color: #C06FD2;
}
</style>