Shades of Medium Orchid #C06BD5
Tints of Medium Orchid #C06BD5
RGB
CMYK
RGB Variations
Color information
#C06BD5 (or 0xC06BD5) is known color: Medium Orchid. HEX triplet: C0, 6B and D5. RGB value is (192,107,213). Sum of RGB (Red+Green+Blue) = 192+107+213=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 107 (42.19% from 255 or 20.90% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 213 - color contains mainly: blue. Hex color #C06BD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06BD5 is #3F942A. Grayscale: #909090. Windows color (decimal): -4166699 or 13986752. OLE color: 13986752.
HSL color Cylindrical-coordinate representation of color #C06BD5: hue angle of 288.11º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C06BD5 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 107 | 213 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.16 |
| HSL | 288.11º | 0.56% | 0.63% | - |
| HSV(B) | 288.11º | 0.5% | 0.84% | - |
| XYZ | 39.01 | 26.53 | 66.01 | - |
| YUV | 144.5 | 166.66 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 213 | 0.10 | 0.50 | 0 | 0.16 | 288.11 | 0.56 | 0.63 |
| Hex | C0 | 6B | D5 | A | 32 | 0 | 10 | 120 | 38 | 3F |
| Octal | 300 | 153 | 325 | 12 | 62 | 0 | 20 | 440 | 70 | 77 |
| Binary | 11000000 | 1101011 | 11010101 | 1010 | 110010 | 0 | 10000 | 100100000 | 111000 | 111111 |
Color Harmonies of #C06BD5
Complementary color
Monochromatic Colors of #C06BD5
Black with #C06BD5
Text Example
Text Example
White with #C06BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06BD5; }
p { color: rgb(192,107,213); }
H1.HeaderClassName
{
color: #C06BD5;
}
.AnyTagClassName
{
color: #C06BD5;
}
</style>
background-color css
<style>
a { background-color: #C06BD5; }
a { background-color: rgb(192,107,213); }
div.DivClassName
{
background-color: #C06BD5;
}
.BgClassName
{
background-color: #C06BD5;
}
</style>
border-color css
<style>
span { border-color: #C06BD5; }
span { border-color: rgb(192,107,213); }
td.TdClassName
{
border-color: #C06BD5;
}
.TagClassName
{
border-color: #C06BD5;
}
</style>