Shades of Medium Orchid #C84BEF
Tints of Medium Orchid #C84BEF
RGB
CMYK
RGB Variations
Color information
#C84BEF (or 0xC84BEF) is known color: Medium Orchid. HEX triplet: C8, 4B and EF. RGB value is (200,75,239). Sum of RGB (Red+Green+Blue) = 200+75+239=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 75 (29.69% from 255 or 14.59% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #C84BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C84BEF is #37B410. Grayscale: #828282. Windows color (decimal): -3650577 or 15682504. OLE color: 15682504.
HSL color Cylindrical-coordinate representation of color #C84BEF: hue angle of 285.73º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C84BEF is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 75 | 239 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.06 |
| HSL | 285.73º | 0.84% | 0.62% | - |
| HSV(B) | 285.73º | 0.69% | 0.94% | - |
| XYZ | 41.92 | 23.54 | 84 | - |
| YUV | 131.07 | 188.91 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 239 | 0.16 | 0.69 | 0 | 0.06 | 285.73 | 0.84 | 0.62 |
| Hex | C8 | 4B | EF | 10 | 45 | 0 | 6 | 11E | 54 | 3E |
| Octal | 310 | 113 | 357 | 20 | 105 | 0 | 6 | 436 | 124 | 76 |
| Binary | 11001000 | 1001011 | 11101111 | 10000 | 1000101 | 0 | 110 | 100011110 | 1010100 | 111110 |
Color Harmonies of #C84BEF
Complementary color
Monochromatic Colors of #C84BEF
Black with #C84BEF
Text Example
Text Example
White with #C84BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84BEF; }
p { color: rgb(200,75,239); }
H1.HeaderClassName
{
color: #C84BEF;
}
.AnyTagClassName
{
color: #C84BEF;
}
</style>
background-color css
<style>
a { background-color: #C84BEF; }
a { background-color: rgb(200,75,239); }
div.DivClassName
{
background-color: #C84BEF;
}
.BgClassName
{
background-color: #C84BEF;
}
</style>
border-color css
<style>
span { border-color: #C84BEF; }
span { border-color: rgb(200,75,239); }
td.TdClassName
{
border-color: #C84BEF;
}
.TagClassName
{
border-color: #C84BEF;
}
</style>