Shades of Medium Orchid #C84CE6
Tints of Medium Orchid #C84CE6
RGB
CMYK
RGB Variations
Color information
#C84CE6 (or 0xC84CE6) is known color: Medium Orchid. HEX triplet: C8, 4C and E6. RGB value is (200,76,230). Sum of RGB (Red+Green+Blue) = 200+76+230=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 76 (30.08% from 255 or 15.02% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 230 - color contains mainly: blue. Hex color #C84CE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C84CE6 is #37B319. Grayscale: #828282. Windows color (decimal): -3650330 or 15092936. OLE color: 15092936.
HSL color Cylindrical-coordinate representation of color #C84CE6: hue angle of 288.31º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C84CE6 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 76 | 230 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.10 |
| HSL | 288.31º | 0.75% | 0.6% | - |
| HSV(B) | 288.31º | 0.67% | 0.9% | - |
| XYZ | 40.69 | 23.16 | 77.19 | - |
| YUV | 130.63 | 184.08 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 76 | 230 | 0.13 | 0.67 | 0 | 0.10 | 288.31 | 0.75 | 0.6 |
| Hex | C8 | 4C | E6 | D | 43 | 0 | A | 120 | 4B | 3C |
| Octal | 310 | 114 | 346 | 15 | 103 | 0 | 12 | 440 | 113 | 74 |
| Binary | 11001000 | 1001100 | 11100110 | 1101 | 1000011 | 0 | 1010 | 100100000 | 1001011 | 111100 |
Color Harmonies of #C84CE6
Complementary color
Monochromatic Colors of #C84CE6
Black with #C84CE6
Text Example
Text Example
White with #C84CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84CE6; }
p { color: rgb(200,76,230); }
H1.HeaderClassName
{
color: #C84CE6;
}
.AnyTagClassName
{
color: #C84CE6;
}
</style>
background-color css
<style>
a { background-color: #C84CE6; }
a { background-color: rgb(200,76,230); }
div.DivClassName
{
background-color: #C84CE6;
}
.BgClassName
{
background-color: #C84CE6;
}
</style>
border-color css
<style>
span { border-color: #C84CE6; }
span { border-color: rgb(200,76,230); }
td.TdClassName
{
border-color: #C84CE6;
}
.TagClassName
{
border-color: #C84CE6;
}
</style>