Shades of Medium Orchid #C84CEC
Tints of Medium Orchid #C84CEC
RGB
CMYK
RGB Variations
Color information
#C84CEC (or 0xC84CEC) is known color: Medium Orchid. HEX triplet: C8, 4C and EC. RGB value is (200,76,236). Sum of RGB (Red+Green+Blue) = 200+76+236=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 76 (30.08% from 255 or 14.84% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #C84CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C84CEC is #37B313. Grayscale: #828282. Windows color (decimal): -3650324 or 15486152. OLE color: 15486152.
HSL color Cylindrical-coordinate representation of color #C84CEC: hue angle of 286.5º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C84CEC is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 76 | 236 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.07 |
| HSL | 286.5º | 0.81% | 0.61% | - |
| HSV(B) | 286.5º | 0.68% | 0.93% | - |
| XYZ | 41.54 | 23.5 | 81.7 | - |
| YUV | 131.32 | 187.08 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 76 | 236 | 0.15 | 0.68 | 0 | 0.07 | 286.5 | 0.81 | 0.61 |
| Hex | C8 | 4C | EC | F | 44 | 0 | 7 | 11E | 51 | 3D |
| Octal | 310 | 114 | 354 | 17 | 104 | 0 | 7 | 436 | 121 | 75 |
| Binary | 11001000 | 1001100 | 11101100 | 1111 | 1000100 | 0 | 111 | 100011110 | 1010001 | 111101 |
Color Harmonies of #C84CEC
Complementary color
Monochromatic Colors of #C84CEC
Black with #C84CEC
Text Example
Text Example
White with #C84CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84CEC; }
p { color: rgb(200,76,236); }
H1.HeaderClassName
{
color: #C84CEC;
}
.AnyTagClassName
{
color: #C84CEC;
}
</style>
background-color css
<style>
a { background-color: #C84CEC; }
a { background-color: rgb(200,76,236); }
div.DivClassName
{
background-color: #C84CEC;
}
.BgClassName
{
background-color: #C84CEC;
}
</style>
border-color css
<style>
span { border-color: #C84CEC; }
span { border-color: rgb(200,76,236); }
td.TdClassName
{
border-color: #C84CEC;
}
.TagClassName
{
border-color: #C84CEC;
}
</style>