Shades of Medium Orchid #C65CEC
Tints of Medium Orchid #C65CEC
RGB
CMYK
RGB Variations
Color information
#C65CEC (or 0xC65CEC) is known color: Medium Orchid. HEX triplet: C6, 5C and EC. RGB value is (198,92,236). Sum of RGB (Red+Green+Blue) = 198+92+236=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 92 (36.33% from 255 or 17.49% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #C65CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65CEC is #39A313. Grayscale: #8B8B8B. Windows color (decimal): -3777300 or 15490246. OLE color: 15490246.
HSL color Cylindrical-coordinate representation of color #C65CEC: hue angle of 284.17º 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 #C65CEC is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 92 | 236 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.07 |
| HSL | 284.17º | 0.79% | 0.64% | - |
| HSV(B) | 284.17º | 0.61% | 0.93% | - |
| XYZ | 42.26 | 25.72 | 82.09 | - |
| YUV | 140.11 | 182.12 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 92 | 236 | 0.16 | 0.61 | 0 | 0.07 | 284.17 | 0.79 | 0.64 |
| Hex | C6 | 5C | EC | 10 | 3D | 0 | 7 | 11C | 4F | 40 |
| Octal | 306 | 134 | 354 | 20 | 75 | 0 | 7 | 434 | 117 | 100 |
| Binary | 11000110 | 1011100 | 11101100 | 10000 | 111101 | 0 | 111 | 100011100 | 1001111 | 1000000 |
Color Harmonies of #C65CEC
Complementary color
Monochromatic Colors of #C65CEC
Black with #C65CEC
Text Example
Text Example
White with #C65CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65CEC; }
p { color: rgb(198,92,236); }
H1.HeaderClassName
{
color: #C65CEC;
}
.AnyTagClassName
{
color: #C65CEC;
}
</style>
background-color css
<style>
a { background-color: #C65CEC; }
a { background-color: rgb(198,92,236); }
div.DivClassName
{
background-color: #C65CEC;
}
.BgClassName
{
background-color: #C65CEC;
}
</style>
border-color css
<style>
span { border-color: #C65CEC; }
span { border-color: rgb(198,92,236); }
td.TdClassName
{
border-color: #C65CEC;
}
.TagClassName
{
border-color: #C65CEC;
}
</style>