Shades of Medium Orchid #C84CED
Tints of Medium Orchid #C84CED
RGB
CMYK
RGB Variations
Color information
#C84CED (or 0xC84CED) is known color: Medium Orchid. HEX triplet: C8, 4C and ED. RGB value is (200,76,237). Sum of RGB (Red+Green+Blue) = 200+76+237=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 76 (30.08% from 255 or 14.81% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #C84CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C84CED is #37B312. Grayscale: #828282. Windows color (decimal): -3650323 or 15551688. OLE color: 15551688.
HSL color Cylindrical-coordinate representation of color #C84CED: hue angle of 286.21º degrees, saturation: 0.82, 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 #C84CED is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 76 | 237 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.07 |
| HSL | 286.21º | 0.82% | 0.61% | - |
| HSV(B) | 286.21º | 0.68% | 0.93% | - |
| XYZ | 41.69 | 23.56 | 82.47 | - |
| YUV | 131.43 | 187.58 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 76 | 237 | 0.16 | 0.68 | 0 | 0.07 | 286.21 | 0.82 | 0.61 |
| Hex | C8 | 4C | ED | 10 | 44 | 0 | 7 | 11E | 52 | 3D |
| Octal | 310 | 114 | 355 | 20 | 104 | 0 | 7 | 436 | 122 | 75 |
| Binary | 11001000 | 1001100 | 11101101 | 10000 | 1000100 | 0 | 111 | 100011110 | 1010010 | 111101 |
Color Harmonies of #C84CED
Complementary color
Monochromatic Colors of #C84CED
Black with #C84CED
Text Example
Text Example
White with #C84CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84CED; }
p { color: rgb(200,76,237); }
H1.HeaderClassName
{
color: #C84CED;
}
.AnyTagClassName
{
color: #C84CED;
}
</style>
background-color css
<style>
a { background-color: #C84CED; }
a { background-color: rgb(200,76,237); }
div.DivClassName
{
background-color: #C84CED;
}
.BgClassName
{
background-color: #C84CED;
}
</style>
border-color css
<style>
span { border-color: #C84CED; }
span { border-color: rgb(200,76,237); }
td.TdClassName
{
border-color: #C84CED;
}
.TagClassName
{
border-color: #C84CED;
}
</style>