Shades of Medium Orchid #C06CD7
Tints of Medium Orchid #C06CD7
RGB
CMYK
RGB Variations
Color information
#C06CD7 (or 0xC06CD7) is known color: Medium Orchid. HEX triplet: C0, 6C and D7. RGB value is (192,108,215). Sum of RGB (Red+Green+Blue) = 192+108+215=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 108 (42.58% from 255 or 20.97% from 515); Blue value is 215 (84.38% from 255 or 41.75% from 515); Max value from RGB is 215 - color contains mainly: blue. Hex color #C06CD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06CD7 is #3F9328. Grayscale: #909090. Windows color (decimal): -4166441 or 14118080. OLE color: 14118080.
HSL color Cylindrical-coordinate representation of color #C06CD7: hue angle of 287.1º degrees, saturation: 0.57, 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 #C06CD7 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 108 | 215 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.16 |
| HSL | 287.1º | 0.57% | 0.63% | - |
| HSV(B) | 287.1º | 0.5% | 0.84% | - |
| XYZ | 39.37 | 26.84 | 67.4 | - |
| YUV | 145.31 | 167.33 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 215 | 0.11 | 0.50 | 0 | 0.16 | 287.1 | 0.57 | 0.63 |
| Hex | C0 | 6C | D7 | B | 32 | 0 | 10 | 11F | 39 | 3F |
| Octal | 300 | 154 | 327 | 13 | 62 | 0 | 20 | 437 | 71 | 77 |
| Binary | 11000000 | 1101100 | 11010111 | 1011 | 110010 | 0 | 10000 | 100011111 | 111001 | 111111 |
Color Harmonies of #C06CD7
Complementary color
Monochromatic Colors of #C06CD7
Black with #C06CD7
Text Example
Text Example
White with #C06CD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06CD7; }
p { color: rgb(192,108,215); }
H1.HeaderClassName
{
color: #C06CD7;
}
.AnyTagClassName
{
color: #C06CD7;
}
</style>
background-color css
<style>
a { background-color: #C06CD7; }
a { background-color: rgb(192,108,215); }
div.DivClassName
{
background-color: #C06CD7;
}
.BgClassName
{
background-color: #C06CD7;
}
</style>
border-color css
<style>
span { border-color: #C06CD7; }
span { border-color: rgb(192,108,215); }
td.TdClassName
{
border-color: #C06CD7;
}
.TagClassName
{
border-color: #C06CD7;
}
</style>