Shades of Medium Orchid #C65BE3
Tints of Medium Orchid #C65BE3
RGB
CMYK
RGB Variations
Color information
#C65BE3 (or 0xC65BE3) is known color: Medium Orchid. HEX triplet: C6, 5B and E3. RGB value is (198,91,227). Sum of RGB (Red+Green+Blue) = 198+91+227=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 91 (35.94% from 255 or 17.64% from 516); Blue value is 227 (89.06% from 255 or 43.99% from 516); Max value from RGB is 227 - color contains mainly: blue. Hex color #C65BE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65BE3 is #39A41C. Grayscale: #8A8A8A. Windows color (decimal): -3777565 or 14900166. OLE color: 14900166.
HSL color Cylindrical-coordinate representation of color #C65BE3: hue angle of 287.21º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C65BE3 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 91 | 227 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.11 |
| HSL | 287.21º | 0.71% | 0.62% | - |
| HSV(B) | 287.21º | 0.6% | 0.89% | - |
| XYZ | 40.89 | 25.03 | 75.35 | - |
| YUV | 138.5 | 177.95 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 91 | 227 | 0.13 | 0.60 | 0 | 0.11 | 287.21 | 0.71 | 0.62 |
| Hex | C6 | 5B | E3 | D | 3C | 0 | B | 11F | 47 | 3E |
| Octal | 306 | 133 | 343 | 15 | 74 | 0 | 13 | 437 | 107 | 76 |
| Binary | 11000110 | 1011011 | 11100011 | 1101 | 111100 | 0 | 1011 | 100011111 | 1000111 | 111110 |
Color Harmonies of #C65BE3
Complementary color
Monochromatic Colors of #C65BE3
Black with #C65BE3
Text Example
Text Example
White with #C65BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65BE3; }
p { color: rgb(198,91,227); }
H1.HeaderClassName
{
color: #C65BE3;
}
.AnyTagClassName
{
color: #C65BE3;
}
</style>
background-color css
<style>
a { background-color: #C65BE3; }
a { background-color: rgb(198,91,227); }
div.DivClassName
{
background-color: #C65BE3;
}
.BgClassName
{
background-color: #C65BE3;
}
</style>
border-color css
<style>
span { border-color: #C65BE3; }
span { border-color: rgb(198,91,227); }
td.TdClassName
{
border-color: #C65BE3;
}
.TagClassName
{
border-color: #C65BE3;
}
</style>