Shades of Medium Orchid #C84AD5
Tints of Medium Orchid #C84AD5
RGB
CMYK
RGB Variations
Color information
#C84AD5 (or 0xC84AD5) is known color: Medium Orchid. HEX triplet: C8, 4A and D5. RGB value is (200,74,213). Sum of RGB (Red+Green+Blue) = 200+74+213=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 74 (29.30% from 255 or 15.20% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 213 - color contains mainly: blue. Hex color #C84AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84AD5 is #37B52A. Grayscale: #7F7F7F. Windows color (decimal): -3650859 or 13978312. OLE color: 13978312.
HSL color Cylindrical-coordinate representation of color #C84AD5: hue angle of 294.39º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C84AD5 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 74 | 213 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.16 |
| HSL | 294.39º | 0.62% | 0.56% | - |
| HSV(B) | 294.39º | 0.65% | 0.84% | - |
| XYZ | 38.28 | 21.98 | 65.18 | - |
| YUV | 127.52 | 176.24 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 213 | 0.06 | 0.65 | 0 | 0.16 | 294.39 | 0.62 | 0.56 |
| Hex | C8 | 4A | D5 | 6 | 41 | 0 | 10 | 126 | 3E | 38 |
| Octal | 310 | 112 | 325 | 6 | 101 | 0 | 20 | 446 | 76 | 70 |
| Binary | 11001000 | 1001010 | 11010101 | 110 | 1000001 | 0 | 10000 | 100100110 | 111110 | 111000 |
Color Harmonies of #C84AD5
Complementary color
Monochromatic Colors of #C84AD5
Black with #C84AD5
Text Example
Text Example
White with #C84AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84AD5; }
p { color: rgb(200,74,213); }
H1.HeaderClassName
{
color: #C84AD5;
}
.AnyTagClassName
{
color: #C84AD5;
}
</style>
background-color css
<style>
a { background-color: #C84AD5; }
a { background-color: rgb(200,74,213); }
div.DivClassName
{
background-color: #C84AD5;
}
.BgClassName
{
background-color: #C84AD5;
}
</style>
border-color css
<style>
span { border-color: #C84AD5; }
span { border-color: rgb(200,74,213); }
td.TdClassName
{
border-color: #C84AD5;
}
.TagClassName
{
border-color: #C84AD5;
}
</style>