Shades of Medium Orchid #C84ADD
Tints of Medium Orchid #C84ADD
RGB
CMYK
RGB Variations
Color information
#C84ADD (or 0xC84ADD) is known color: Medium Orchid. HEX triplet: C8, 4A and DD. RGB value is (200,74,221). Sum of RGB (Red+Green+Blue) = 200+74+221=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 74 (29.30% from 255 or 14.95% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #C84ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84ADD is #37B522. Grayscale: #7F7F7F. Windows color (decimal): -3650851 or 14502600. OLE color: 14502600.
HSL color Cylindrical-coordinate representation of color #C84ADD: hue angle of 291.43º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C84ADD is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 74 | 221 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.13 |
| HSL | 291.43º | 0.68% | 0.58% | - |
| HSV(B) | 291.43º | 0.67% | 0.87% | - |
| XYZ | 39.32 | 22.4 | 70.66 | - |
| YUV | 128.43 | 180.24 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 221 | 0.10 | 0.67 | 0 | 0.13 | 291.43 | 0.68 | 0.58 |
| Hex | C8 | 4A | DD | A | 43 | 0 | D | 123 | 44 | 3A |
| Octal | 310 | 112 | 335 | 12 | 103 | 0 | 15 | 443 | 104 | 72 |
| Binary | 11001000 | 1001010 | 11011101 | 1010 | 1000011 | 0 | 1101 | 100100011 | 1000100 | 111010 |
Color Harmonies of #C84ADD
Complementary color
Monochromatic Colors of #C84ADD
Black with #C84ADD
Text Example
Text Example
White with #C84ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84ADD; }
p { color: rgb(200,74,221); }
H1.HeaderClassName
{
color: #C84ADD;
}
.AnyTagClassName
{
color: #C84ADD;
}
</style>
background-color css
<style>
a { background-color: #C84ADD; }
a { background-color: rgb(200,74,221); }
div.DivClassName
{
background-color: #C84ADD;
}
.BgClassName
{
background-color: #C84ADD;
}
</style>
border-color css
<style>
span { border-color: #C84ADD; }
span { border-color: rgb(200,74,221); }
td.TdClassName
{
border-color: #C84ADD;
}
.TagClassName
{
border-color: #C84ADD;
}
</style>