Shades of Medium Orchid #C06BCE
Tints of Medium Orchid #C06BCE
RGB
CMYK
RGB Variations
Color information
#C06BCE (or 0xC06BCE) is known color: Medium Orchid. HEX triplet: C0, 6B and CE. RGB value is (192,107,206). Sum of RGB (Red+Green+Blue) = 192+107+206=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #C06BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06BCE is #3F9431. Grayscale: #8F8F8F. Windows color (decimal): -4166706 or 13528000. OLE color: 13528000.
HSL color Cylindrical-coordinate representation of color #C06BCE: hue angle of 291.52º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C06BCE is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 107 | 206 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.19 |
| HSL | 291.52º | 0.5% | 0.61% | - |
| HSV(B) | 291.52º | 0.48% | 0.81% | - |
| XYZ | 38.14 | 26.18 | 61.44 | - |
| YUV | 143.7 | 163.16 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 206 | 0.07 | 0.48 | 0 | 0.19 | 291.52 | 0.5 | 0.61 |
| Hex | C0 | 6B | CE | 7 | 30 | 0 | 13 | 124 | 32 | 3D |
| Octal | 300 | 153 | 316 | 7 | 60 | 0 | 23 | 444 | 62 | 75 |
| Binary | 11000000 | 1101011 | 11001110 | 111 | 110000 | 0 | 10011 | 100100100 | 110010 | 111101 |
Color Harmonies of #C06BCE
Complementary color
Monochromatic Colors of #C06BCE
Black with #C06BCE
Text Example
Text Example
White with #C06BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06BCE; }
p { color: rgb(192,107,206); }
H1.HeaderClassName
{
color: #C06BCE;
}
.AnyTagClassName
{
color: #C06BCE;
}
</style>
background-color css
<style>
a { background-color: #C06BCE; }
a { background-color: rgb(192,107,206); }
div.DivClassName
{
background-color: #C06BCE;
}
.BgClassName
{
background-color: #C06BCE;
}
</style>
border-color css
<style>
span { border-color: #C06BCE; }
span { border-color: rgb(192,107,206); }
td.TdClassName
{
border-color: #C06BCE;
}
.TagClassName
{
border-color: #C06BCE;
}
</style>