Shades of Medium Orchid #C84BEA
Tints of Medium Orchid #C84BEA
RGB
CMYK
RGB Variations
Color information
#C84BEA (or 0xC84BEA) is known color: Medium Orchid. HEX triplet: C8, 4B and EA. RGB value is (200,75,234). Sum of RGB (Red+Green+Blue) = 200+75+234=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 75 (29.69% from 255 or 14.73% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #C84BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C84BEA is #37B415. Grayscale: #818181. Windows color (decimal): -3650582 or 15354824. OLE color: 15354824.
HSL color Cylindrical-coordinate representation of color #C84BEA: hue angle of 287.17º degrees, saturation: 0.79, 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 #C84BEA is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 75 | 234 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.08 |
| HSL | 287.17º | 0.79% | 0.61% | - |
| HSV(B) | 287.17º | 0.68% | 0.92% | - |
| XYZ | 41.19 | 23.25 | 80.16 | - |
| YUV | 130.5 | 186.41 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 234 | 0.15 | 0.68 | 0 | 0.08 | 287.17 | 0.79 | 0.61 |
| Hex | C8 | 4B | EA | F | 44 | 0 | 8 | 11F | 4F | 3D |
| Octal | 310 | 113 | 352 | 17 | 104 | 0 | 10 | 437 | 117 | 75 |
| Binary | 11001000 | 1001011 | 11101010 | 1111 | 1000100 | 0 | 1000 | 100011111 | 1001111 | 111101 |
Color Harmonies of #C84BEA
Complementary color
Monochromatic Colors of #C84BEA
Black with #C84BEA
Text Example
Text Example
White with #C84BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84BEA; }
p { color: rgb(200,75,234); }
H1.HeaderClassName
{
color: #C84BEA;
}
.AnyTagClassName
{
color: #C84BEA;
}
</style>
background-color css
<style>
a { background-color: #C84BEA; }
a { background-color: rgb(200,75,234); }
div.DivClassName
{
background-color: #C84BEA;
}
.BgClassName
{
background-color: #C84BEA;
}
</style>
border-color css
<style>
span { border-color: #C84BEA; }
span { border-color: rgb(200,75,234); }
td.TdClassName
{
border-color: #C84BEA;
}
.TagClassName
{
border-color: #C84BEA;
}
</style>