Shades of Medium Orchid #C84BEB
Tints of Medium Orchid #C84BEB
RGB
CMYK
RGB Variations
Color information
#C84BEB (or 0xC84BEB) is known color: Medium Orchid. HEX triplet: C8, 4B and EB. RGB value is (200,75,235). Sum of RGB (Red+Green+Blue) = 200+75+235=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 75 (29.69% from 255 or 14.71% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #C84BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C84BEB is #37B414. Grayscale: #828282. Windows color (decimal): -3650581 or 15420360. OLE color: 15420360.
HSL color Cylindrical-coordinate representation of color #C84BEB: hue angle of 286.88º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C84BEB is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 75 | 235 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.08 |
| HSL | 286.88º | 0.8% | 0.61% | - |
| HSV(B) | 286.88º | 0.68% | 0.92% | - |
| XYZ | 41.33 | 23.31 | 80.92 | - |
| YUV | 130.62 | 186.91 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 235 | 0.15 | 0.68 | 0 | 0.08 | 286.88 | 0.8 | 0.61 |
| Hex | C8 | 4B | EB | F | 44 | 0 | 8 | 11F | 50 | 3D |
| Octal | 310 | 113 | 353 | 17 | 104 | 0 | 10 | 437 | 120 | 75 |
| Binary | 11001000 | 1001011 | 11101011 | 1111 | 1000100 | 0 | 1000 | 100011111 | 1010000 | 111101 |
Color Harmonies of #C84BEB
Complementary color
Monochromatic Colors of #C84BEB
Black with #C84BEB
Text Example
Text Example
White with #C84BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84BEB; }
p { color: rgb(200,75,235); }
H1.HeaderClassName
{
color: #C84BEB;
}
.AnyTagClassName
{
color: #C84BEB;
}
</style>
background-color css
<style>
a { background-color: #C84BEB; }
a { background-color: rgb(200,75,235); }
div.DivClassName
{
background-color: #C84BEB;
}
.BgClassName
{
background-color: #C84BEB;
}
</style>
border-color css
<style>
span { border-color: #C84BEB; }
span { border-color: rgb(200,75,235); }
td.TdClassName
{
border-color: #C84BEB;
}
.TagClassName
{
border-color: #C84BEB;
}
</style>