Shades of Medium Orchid #C06BED
Tints of Medium Orchid #C06BED
RGB
CMYK
RGB Variations
Color information
#C06BED (or 0xC06BED) is known color: Medium Orchid. HEX triplet: C0, 6B and ED. RGB value is (192,107,237). Sum of RGB (Red+Green+Blue) = 192+107+237=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 107 (42.19% from 255 or 19.96% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #C06BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06BED is #3F9412. Grayscale: #929292. Windows color (decimal): -4166675 or 15559616. OLE color: 15559616.
HSL color Cylindrical-coordinate representation of color #C06BED: hue angle of 279.23º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C06BED is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 107 | 237 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.07 |
| HSL | 279.23º | 0.78% | 0.67% | - |
| HSV(B) | 279.23º | 0.55% | 0.93% | - |
| XYZ | 42.28 | 27.84 | 83.27 | - |
| YUV | 147.24 | 178.66 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 237 | 0.19 | 0.55 | 0 | 0.07 | 279.23 | 0.78 | 0.67 |
| Hex | C0 | 6B | ED | 13 | 37 | 0 | 7 | 117 | 4E | 43 |
| Octal | 300 | 153 | 355 | 23 | 67 | 0 | 7 | 427 | 116 | 103 |
| Binary | 11000000 | 1101011 | 11101101 | 10011 | 110111 | 0 | 111 | 100010111 | 1001110 | 1000011 |
Color Harmonies of #C06BED
Complementary color
Monochromatic Colors of #C06BED
Black with #C06BED
Text Example
Text Example
White with #C06BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06BED; }
p { color: rgb(192,107,237); }
H1.HeaderClassName
{
color: #C06BED;
}
.AnyTagClassName
{
color: #C06BED;
}
</style>
background-color css
<style>
a { background-color: #C06BED; }
a { background-color: rgb(192,107,237); }
div.DivClassName
{
background-color: #C06BED;
}
.BgClassName
{
background-color: #C06BED;
}
</style>
border-color css
<style>
span { border-color: #C06BED; }
span { border-color: rgb(192,107,237); }
td.TdClassName
{
border-color: #C06BED;
}
.TagClassName
{
border-color: #C06BED;
}
</style>