Shades of Medium Orchid #C06BEA
Tints of Medium Orchid #C06BEA
RGB
CMYK
RGB Variations
Color information
#C06BEA (or 0xC06BEA) is known color: Medium Orchid. HEX triplet: C0, 6B and EA. RGB value is (192,107,234). Sum of RGB (Red+Green+Blue) = 192+107+234=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 107 (42.19% from 255 or 20.08% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 234 - color contains mainly: blue. Hex color #C06BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06BEA is #3F9415. Grayscale: #929292. Windows color (decimal): -4166678 or 15363008. OLE color: 15363008.
HSL color Cylindrical-coordinate representation of color #C06BEA: hue angle of 280.16º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C06BEA is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 107 | 234 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.08 |
| HSL | 280.16º | 0.75% | 0.67% | - |
| HSV(B) | 280.16º | 0.54% | 0.92% | - |
| XYZ | 41.85 | 27.66 | 80.98 | - |
| YUV | 146.89 | 177.16 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 234 | 0.18 | 0.54 | 0 | 0.08 | 280.16 | 0.75 | 0.67 |
| Hex | C0 | 6B | EA | 12 | 36 | 0 | 8 | 118 | 4B | 43 |
| Octal | 300 | 153 | 352 | 22 | 66 | 0 | 10 | 430 | 113 | 103 |
| Binary | 11000000 | 1101011 | 11101010 | 10010 | 110110 | 0 | 1000 | 100011000 | 1001011 | 1000011 |
Color Harmonies of #C06BEA
Complementary color
Monochromatic Colors of #C06BEA
Black with #C06BEA
Text Example
Text Example
White with #C06BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06BEA; }
p { color: rgb(192,107,234); }
H1.HeaderClassName
{
color: #C06BEA;
}
.AnyTagClassName
{
color: #C06BEA;
}
</style>
background-color css
<style>
a { background-color: #C06BEA; }
a { background-color: rgb(192,107,234); }
div.DivClassName
{
background-color: #C06BEA;
}
.BgClassName
{
background-color: #C06BEA;
}
</style>
border-color css
<style>
span { border-color: #C06BEA; }
span { border-color: rgb(192,107,234); }
td.TdClassName
{
border-color: #C06BEA;
}
.TagClassName
{
border-color: #C06BEA;
}
</style>