Shades of Medium Orchid #C84BEE
Tints of Medium Orchid #C84BEE
RGB
CMYK
RGB Variations
Color information
#C84BEE (or 0xC84BEE) is known color: Medium Orchid. HEX triplet: C8, 4B and EE. RGB value is (200,75,238). Sum of RGB (Red+Green+Blue) = 200+75+238=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 75 (29.69% from 255 or 14.62% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #C84BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C84BEE is #37B411. Grayscale: #828282. Windows color (decimal): -3650578 or 15616968. OLE color: 15616968.
HSL color Cylindrical-coordinate representation of color #C84BEE: hue angle of 286.01º degrees, saturation: 0.83, 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 #C84BEE is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 75 | 238 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.07 |
| HSL | 286.01º | 0.83% | 0.61% | - |
| HSV(B) | 286.01º | 0.68% | 0.93% | - |
| XYZ | 41.77 | 23.48 | 83.22 | - |
| YUV | 130.96 | 188.41 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 238 | 0.16 | 0.68 | 0 | 0.07 | 286.01 | 0.83 | 0.61 |
| Hex | C8 | 4B | EE | 10 | 44 | 0 | 7 | 11E | 53 | 3D |
| Octal | 310 | 113 | 356 | 20 | 104 | 0 | 7 | 436 | 123 | 75 |
| Binary | 11001000 | 1001011 | 11101110 | 10000 | 1000100 | 0 | 111 | 100011110 | 1010011 | 111101 |
Color Harmonies of #C84BEE
Complementary color
Monochromatic Colors of #C84BEE
Black with #C84BEE
Text Example
Text Example
White with #C84BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84BEE; }
p { color: rgb(200,75,238); }
H1.HeaderClassName
{
color: #C84BEE;
}
.AnyTagClassName
{
color: #C84BEE;
}
</style>
background-color css
<style>
a { background-color: #C84BEE; }
a { background-color: rgb(200,75,238); }
div.DivClassName
{
background-color: #C84BEE;
}
.BgClassName
{
background-color: #C84BEE;
}
</style>
border-color css
<style>
span { border-color: #C84BEE; }
span { border-color: rgb(200,75,238); }
td.TdClassName
{
border-color: #C84BEE;
}
.TagClassName
{
border-color: #C84BEE;
}
</style>