Shades of Medium Orchid #C06BDD
Tints of Medium Orchid #C06BDD
RGB
CMYK
RGB Variations
Color information
#C06BDD (or 0xC06BDD) is known color: Medium Orchid. HEX triplet: C0, 6B and DD. RGB value is (192,107,221). Sum of RGB (Red+Green+Blue) = 192+107+221=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 107 (42.19% from 255 or 20.58% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #C06BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06BDD is #3F9422. Grayscale: #919191. Windows color (decimal): -4166691 or 14511040. OLE color: 14511040.
HSL color Cylindrical-coordinate representation of color #C06BDD: hue angle of 284.74º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C06BDD is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 107 | 221 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.13 |
| HSL | 284.74º | 0.63% | 0.64% | - |
| HSV(B) | 284.74º | 0.52% | 0.87% | - |
| XYZ | 40.05 | 26.94 | 71.5 | - |
| YUV | 145.41 | 170.66 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 221 | 0.13 | 0.52 | 0 | 0.13 | 284.74 | 0.63 | 0.64 |
| Hex | C0 | 6B | DD | D | 34 | 0 | D | 11D | 3F | 40 |
| Octal | 300 | 153 | 335 | 15 | 64 | 0 | 15 | 435 | 77 | 100 |
| Binary | 11000000 | 1101011 | 11011101 | 1101 | 110100 | 0 | 1101 | 100011101 | 111111 | 1000000 |
Color Harmonies of #C06BDD
Complementary color
Monochromatic Colors of #C06BDD
Black with #C06BDD
Text Example
Text Example
White with #C06BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06BDD; }
p { color: rgb(192,107,221); }
H1.HeaderClassName
{
color: #C06BDD;
}
.AnyTagClassName
{
color: #C06BDD;
}
</style>
background-color css
<style>
a { background-color: #C06BDD; }
a { background-color: rgb(192,107,221); }
div.DivClassName
{
background-color: #C06BDD;
}
.BgClassName
{
background-color: #C06BDD;
}
</style>
border-color css
<style>
span { border-color: #C06BDD; }
span { border-color: rgb(192,107,221); }
td.TdClassName
{
border-color: #C06BDD;
}
.TagClassName
{
border-color: #C06BDD;
}
</style>