Shades of Medium Orchid #C65DEC
Tints of Medium Orchid #C65DEC
RGB
CMYK
RGB Variations
Color information
#C65DEC (or 0xC65DEC) is known color: Medium Orchid. HEX triplet: C6, 5D and EC. RGB value is (198,93,236). Sum of RGB (Red+Green+Blue) = 198+93+236=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 93 (36.72% from 255 or 17.65% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #C65DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65DEC is #39A213. Grayscale: #8C8C8C. Windows color (decimal): -3777044 or 15490502. OLE color: 15490502.
HSL color Cylindrical-coordinate representation of color #C65DEC: hue angle of 284.06º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C65DEC is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 93 | 236 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.07 |
| HSL | 284.06º | 0.79% | 0.65% | - |
| HSV(B) | 284.06º | 0.61% | 0.93% | - |
| XYZ | 42.34 | 25.89 | 82.12 | - |
| YUV | 140.7 | 181.79 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 93 | 236 | 0.16 | 0.61 | 0 | 0.07 | 284.06 | 0.79 | 0.65 |
| Hex | C6 | 5D | EC | 10 | 3D | 0 | 7 | 11C | 4F | 41 |
| Octal | 306 | 135 | 354 | 20 | 75 | 0 | 7 | 434 | 117 | 101 |
| Binary | 11000110 | 1011101 | 11101100 | 10000 | 111101 | 0 | 111 | 100011100 | 1001111 | 1000001 |
Color Harmonies of #C65DEC
Complementary color
Monochromatic Colors of #C65DEC
Black with #C65DEC
Text Example
Text Example
White with #C65DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65DEC; }
p { color: rgb(198,93,236); }
H1.HeaderClassName
{
color: #C65DEC;
}
.AnyTagClassName
{
color: #C65DEC;
}
</style>
background-color css
<style>
a { background-color: #C65DEC; }
a { background-color: rgb(198,93,236); }
div.DivClassName
{
background-color: #C65DEC;
}
.BgClassName
{
background-color: #C65DEC;
}
</style>
border-color css
<style>
span { border-color: #C65DEC; }
span { border-color: rgb(198,93,236); }
td.TdClassName
{
border-color: #C65DEC;
}
.TagClassName
{
border-color: #C65DEC;
}
</style>