Shades of Medium Orchid #C84BE0
Tints of Medium Orchid #C84BE0
RGB
CMYK
RGB Variations
Color information
#C84BE0 (or 0xC84BE0) is known color: Medium Orchid. HEX triplet: C8, 4B and E0. RGB value is (200,75,224). Sum of RGB (Red+Green+Blue) = 200+75+224=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 75 (29.69% from 255 or 15.03% from 499); Blue value is 224 (87.89% from 255 or 44.89% from 499); Max value from RGB is 224 - color contains mainly: blue. Hex color #C84BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84BE0 is #37B41F. Grayscale: #808080. Windows color (decimal): -3650592 or 14699464. OLE color: 14699464.
HSL color Cylindrical-coordinate representation of color #C84BE0: hue angle of 290.34º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C84BE0 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 75 | 224 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.12 |
| HSL | 290.34º | 0.71% | 0.59% | - |
| HSV(B) | 290.34º | 0.67% | 0.88% | - |
| XYZ | 39.79 | 22.69 | 72.8 | - |
| YUV | 129.36 | 181.41 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 224 | 0.11 | 0.67 | 0 | 0.12 | 290.34 | 0.71 | 0.59 |
| Hex | C8 | 4B | E0 | B | 43 | 0 | C | 122 | 47 | 3B |
| Octal | 310 | 113 | 340 | 13 | 103 | 0 | 14 | 442 | 107 | 73 |
| Binary | 11001000 | 1001011 | 11100000 | 1011 | 1000011 | 0 | 1100 | 100100010 | 1000111 | 111011 |
Color Harmonies of #C84BE0
Complementary color
Monochromatic Colors of #C84BE0
Black with #C84BE0
Text Example
Text Example
White with #C84BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84BE0; }
p { color: rgb(200,75,224); }
H1.HeaderClassName
{
color: #C84BE0;
}
.AnyTagClassName
{
color: #C84BE0;
}
</style>
background-color css
<style>
a { background-color: #C84BE0; }
a { background-color: rgb(200,75,224); }
div.DivClassName
{
background-color: #C84BE0;
}
.BgClassName
{
background-color: #C84BE0;
}
</style>
border-color css
<style>
span { border-color: #C84BE0; }
span { border-color: rgb(200,75,224); }
td.TdClassName
{
border-color: #C84BE0;
}
.TagClassName
{
border-color: #C84BE0;
}
</style>