Shades of Medium Orchid #C84FD5
Tints of Medium Orchid #C84FD5
RGB
CMYK
RGB Variations
Color information
#C84FD5 (or 0xC84FD5) is known color: Medium Orchid. HEX triplet: C8, 4F and D5. RGB value is (200,79,213). Sum of RGB (Red+Green+Blue) = 200+79+213=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 79 (31.25% from 255 or 16.06% from 492); Blue value is 213 (83.59% from 255 or 43.29% from 492); Max value from RGB is 213 - color contains mainly: blue. Hex color #C84FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84FD5 is #37B02A. Grayscale: #828282. Windows color (decimal): -3649579 or 13979592. OLE color: 13979592.
HSL color Cylindrical-coordinate representation of color #C84FD5: hue angle of 294.18º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84FD5 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 79 | 213 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.16 |
| HSL | 294.18º | 0.61% | 0.57% | - |
| HSV(B) | 294.18º | 0.63% | 0.84% | - |
| XYZ | 38.63 | 22.68 | 65.29 | - |
| YUV | 130.46 | 174.59 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 79 | 213 | 0.06 | 0.63 | 0 | 0.16 | 294.18 | 0.61 | 0.57 |
| Hex | C8 | 4F | D5 | 6 | 3F | 0 | 10 | 126 | 3D | 39 |
| Octal | 310 | 117 | 325 | 6 | 77 | 0 | 20 | 446 | 75 | 71 |
| Binary | 11001000 | 1001111 | 11010101 | 110 | 111111 | 0 | 10000 | 100100110 | 111101 | 111001 |
Color Harmonies of #C84FD5
Complementary color
Monochromatic Colors of #C84FD5
Black with #C84FD5
Text Example
Text Example
White with #C84FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84FD5; }
p { color: rgb(200,79,213); }
H1.HeaderClassName
{
color: #C84FD5;
}
.AnyTagClassName
{
color: #C84FD5;
}
</style>
background-color css
<style>
a { background-color: #C84FD5; }
a { background-color: rgb(200,79,213); }
div.DivClassName
{
background-color: #C84FD5;
}
.BgClassName
{
background-color: #C84FD5;
}
</style>
border-color css
<style>
span { border-color: #C84FD5; }
span { border-color: rgb(200,79,213); }
td.TdClassName
{
border-color: #C84FD5;
}
.TagClassName
{
border-color: #C84FD5;
}
</style>