Shades of Medium Orchid #C84BED
Tints of Medium Orchid #C84BED
RGB
CMYK
RGB Variations
Color information
#C84BED (or 0xC84BED) is known color: Medium Orchid. HEX triplet: C8, 4B and ED. RGB value is (200,75,237). Sum of RGB (Red+Green+Blue) = 200+75+237=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 75 (29.69% from 255 or 14.65% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #C84BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C84BED is #37B412. Grayscale: #828282. Windows color (decimal): -3650579 or 15551432. OLE color: 15551432.
HSL color Cylindrical-coordinate representation of color #C84BED: hue angle of 286.3º 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 #C84BED is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 75 | 237 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.07 |
| HSL | 286.3º | 0.82% | 0.61% | - |
| HSV(B) | 286.3º | 0.68% | 0.93% | - |
| XYZ | 41.62 | 23.43 | 82.45 | - |
| YUV | 130.84 | 187.91 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 237 | 0.16 | 0.68 | 0 | 0.07 | 286.3 | 0.82 | 0.61 |
| Hex | C8 | 4B | ED | 10 | 44 | 0 | 7 | 11E | 52 | 3D |
| Octal | 310 | 113 | 355 | 20 | 104 | 0 | 7 | 436 | 122 | 75 |
| Binary | 11001000 | 1001011 | 11101101 | 10000 | 1000100 | 0 | 111 | 100011110 | 1010010 | 111101 |
Color Harmonies of #C84BED
Complementary color
Monochromatic Colors of #C84BED
Black with #C84BED
Text Example
Text Example
White with #C84BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84BED; }
p { color: rgb(200,75,237); }
H1.HeaderClassName
{
color: #C84BED;
}
.AnyTagClassName
{
color: #C84BED;
}
</style>
background-color css
<style>
a { background-color: #C84BED; }
a { background-color: rgb(200,75,237); }
div.DivClassName
{
background-color: #C84BED;
}
.BgClassName
{
background-color: #C84BED;
}
</style>
border-color css
<style>
span { border-color: #C84BED; }
span { border-color: rgb(200,75,237); }
td.TdClassName
{
border-color: #C84BED;
}
.TagClassName
{
border-color: #C84BED;
}
</style>