Shades of Medium Orchid #C84ADC
Tints of Medium Orchid #C84ADC
RGB
CMYK
RGB Variations
Color information
#C84ADC (or 0xC84ADC) is known color: Medium Orchid. HEX triplet: C8, 4A and DC. RGB value is (200,74,220). Sum of RGB (Red+Green+Blue) = 200+74+220=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 74 (29.30% from 255 or 14.98% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #C84ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84ADC is #37B523. Grayscale: #7F7F7F. Windows color (decimal): -3650852 or 14437064. OLE color: 14437064.
HSL color Cylindrical-coordinate representation of color #C84ADC: hue angle of 291.78º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C84ADC is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 74 | 220 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.14 |
| HSL | 291.78º | 0.68% | 0.58% | - |
| HSV(B) | 291.78º | 0.66% | 0.86% | - |
| XYZ | 39.19 | 22.34 | 69.96 | - |
| YUV | 128.32 | 179.74 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 220 | 0.09 | 0.66 | 0 | 0.14 | 291.78 | 0.68 | 0.58 |
| Hex | C8 | 4A | DC | 9 | 42 | 0 | E | 124 | 44 | 3A |
| Octal | 310 | 112 | 334 | 11 | 102 | 0 | 16 | 444 | 104 | 72 |
| Binary | 11001000 | 1001010 | 11011100 | 1001 | 1000010 | 0 | 1110 | 100100100 | 1000100 | 111010 |
Color Harmonies of #C84ADC
Complementary color
Monochromatic Colors of #C84ADC
Black with #C84ADC
Text Example
Text Example
White with #C84ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84ADC; }
p { color: rgb(200,74,220); }
H1.HeaderClassName
{
color: #C84ADC;
}
.AnyTagClassName
{
color: #C84ADC;
}
</style>
background-color css
<style>
a { background-color: #C84ADC; }
a { background-color: rgb(200,74,220); }
div.DivClassName
{
background-color: #C84ADC;
}
.BgClassName
{
background-color: #C84ADC;
}
</style>
border-color css
<style>
span { border-color: #C84ADC; }
span { border-color: rgb(200,74,220); }
td.TdClassName
{
border-color: #C84ADC;
}
.TagClassName
{
border-color: #C84ADC;
}
</style>