Shades of Medium Orchid #C84DD5
Tints of Medium Orchid #C84DD5
RGB
CMYK
RGB Variations
Color information
#C84DD5 (or 0xC84DD5) is known color: Medium Orchid. HEX triplet: C8, 4D and D5. RGB value is (200,77,213). Sum of RGB (Red+Green+Blue) = 200+77+213=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 213 (83.59% from 255 or 43.47% from 490); Max value from RGB is 213 - color contains mainly: blue. Hex color #C84DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84DD5 is #37B22A. Grayscale: #808080. Windows color (decimal): -3650091 or 13979080. OLE color: 13979080.
HSL color Cylindrical-coordinate representation of color #C84DD5: hue angle of 294.26º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C84DD5 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 77 | 213 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.16 |
| HSL | 294.26º | 0.62% | 0.57% | - |
| HSV(B) | 294.26º | 0.64% | 0.84% | - |
| XYZ | 38.48 | 22.39 | 65.24 | - |
| YUV | 129.28 | 175.25 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 213 | 0.06 | 0.64 | 0 | 0.16 | 294.26 | 0.62 | 0.57 |
| Hex | C8 | 4D | D5 | 6 | 40 | 0 | 10 | 126 | 3E | 39 |
| Octal | 310 | 115 | 325 | 6 | 100 | 0 | 20 | 446 | 76 | 71 |
| Binary | 11001000 | 1001101 | 11010101 | 110 | 1000000 | 0 | 10000 | 100100110 | 111110 | 111001 |
Color Harmonies of #C84DD5
Complementary color
Monochromatic Colors of #C84DD5
Black with #C84DD5
Text Example
Text Example
White with #C84DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84DD5; }
p { color: rgb(200,77,213); }
H1.HeaderClassName
{
color: #C84DD5;
}
.AnyTagClassName
{
color: #C84DD5;
}
</style>
background-color css
<style>
a { background-color: #C84DD5; }
a { background-color: rgb(200,77,213); }
div.DivClassName
{
background-color: #C84DD5;
}
.BgClassName
{
background-color: #C84DD5;
}
</style>
border-color css
<style>
span { border-color: #C84DD5; }
span { border-color: rgb(200,77,213); }
td.TdClassName
{
border-color: #C84DD5;
}
.TagClassName
{
border-color: #C84DD5;
}
</style>