Shades of Medium Orchid #C65DE9
Tints of Medium Orchid #C65DE9
RGB
CMYK
RGB Variations
Color information
#C65DE9 (or 0xC65DE9) is known color: Medium Orchid. HEX triplet: C6, 5D and E9. RGB value is (198,93,233). Sum of RGB (Red+Green+Blue) = 198+93+233=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 93 (36.72% from 255 or 17.75% from 524); Blue value is 233 (91.41% from 255 or 44.47% from 524); Max value from RGB is 233 - color contains mainly: blue. Hex color #C65DE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65DE9 is #39A216. Grayscale: #8B8B8B. Windows color (decimal): -3777047 or 15293894. OLE color: 15293894.
HSL color Cylindrical-coordinate representation of color #C65DE9: hue angle of 285º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C65DE9 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 93 | 233 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.09 |
| HSL | 285º | 0.76% | 0.64% | - |
| HSV(B) | 285º | 0.6% | 0.91% | - |
| XYZ | 41.91 | 25.72 | 79.85 | - |
| YUV | 140.36 | 180.29 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 93 | 233 | 0.15 | 0.60 | 0 | 0.09 | 285 | 0.76 | 0.64 |
| Hex | C6 | 5D | E9 | F | 3C | 0 | 9 | 11D | 4C | 40 |
| Octal | 306 | 135 | 351 | 17 | 74 | 0 | 11 | 435 | 114 | 100 |
| Binary | 11000110 | 1011101 | 11101001 | 1111 | 111100 | 0 | 1001 | 100011101 | 1001100 | 1000000 |
Color Harmonies of #C65DE9
Complementary color
Monochromatic Colors of #C65DE9
Black with #C65DE9
Text Example
Text Example
White with #C65DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65DE9; }
p { color: rgb(198,93,233); }
H1.HeaderClassName
{
color: #C65DE9;
}
.AnyTagClassName
{
color: #C65DE9;
}
</style>
background-color css
<style>
a { background-color: #C65DE9; }
a { background-color: rgb(198,93,233); }
div.DivClassName
{
background-color: #C65DE9;
}
.BgClassName
{
background-color: #C65DE9;
}
</style>
border-color css
<style>
span { border-color: #C65DE9; }
span { border-color: rgb(198,93,233); }
td.TdClassName
{
border-color: #C65DE9;
}
.TagClassName
{
border-color: #C65DE9;
}
</style>