Shades of Medium Orchid #C65BEC
Tints of Medium Orchid #C65BEC
RGB
CMYK
RGB Variations
Color information
#C65BEC (or 0xC65BEC) is known color: Medium Orchid. HEX triplet: C6, 5B and EC. RGB value is (198,91,236). Sum of RGB (Red+Green+Blue) = 198+91+236=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 91 (35.94% from 255 or 17.33% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #C65BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65BEC is #39A413. Grayscale: #8B8B8B. Windows color (decimal): -3777556 or 15489990. OLE color: 15489990.
HSL color Cylindrical-coordinate representation of color #C65BEC: hue angle of 284.28º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C65BEC is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 91 | 236 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.07 |
| HSL | 284.28º | 0.79% | 0.64% | - |
| HSV(B) | 284.28º | 0.61% | 0.93% | - |
| XYZ | 42.17 | 25.54 | 82.06 | - |
| YUV | 139.52 | 182.45 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 91 | 236 | 0.16 | 0.61 | 0 | 0.07 | 284.28 | 0.79 | 0.64 |
| Hex | C6 | 5B | EC | 10 | 3D | 0 | 7 | 11C | 4F | 40 |
| Octal | 306 | 133 | 354 | 20 | 75 | 0 | 7 | 434 | 117 | 100 |
| Binary | 11000110 | 1011011 | 11101100 | 10000 | 111101 | 0 | 111 | 100011100 | 1001111 | 1000000 |
Color Harmonies of #C65BEC
Complementary color
Monochromatic Colors of #C65BEC
Black with #C65BEC
Text Example
Text Example
White with #C65BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65BEC; }
p { color: rgb(198,91,236); }
H1.HeaderClassName
{
color: #C65BEC;
}
.AnyTagClassName
{
color: #C65BEC;
}
</style>
background-color css
<style>
a { background-color: #C65BEC; }
a { background-color: rgb(198,91,236); }
div.DivClassName
{
background-color: #C65BEC;
}
.BgClassName
{
background-color: #C65BEC;
}
</style>
border-color css
<style>
span { border-color: #C65BEC; }
span { border-color: rgb(198,91,236); }
td.TdClassName
{
border-color: #C65BEC;
}
.TagClassName
{
border-color: #C65BEC;
}
</style>