Shades of Medium Orchid #C84FDD
Tints of Medium Orchid #C84FDD
RGB
CMYK
RGB Variations
Color information
#C84FDD (or 0xC84FDD) is known color: Medium Orchid. HEX triplet: C8, 4F and DD. RGB value is (200,79,221). Sum of RGB (Red+Green+Blue) = 200+79+221=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 79 (31.25% from 255 or 15.8% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #C84FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84FDD is #37B022. Grayscale: #828282. Windows color (decimal): -3649571 or 14503880. OLE color: 14503880.
HSL color Cylindrical-coordinate representation of color #C84FDD: hue angle of 291.13º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C84FDD is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 79 | 221 | - |
| CMYK | 0.10 | 0.64 | 0 | 0.13 |
| HSL | 291.13º | 0.68% | 0.59% | - |
| HSV(B) | 291.13º | 0.64% | 0.87% | - |
| XYZ | 39.67 | 23.09 | 70.77 | - |
| YUV | 131.37 | 178.59 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 79 | 221 | 0.10 | 0.64 | 0 | 0.13 | 291.13 | 0.68 | 0.59 |
| Hex | C8 | 4F | DD | A | 40 | 0 | D | 123 | 44 | 3B |
| Octal | 310 | 117 | 335 | 12 | 100 | 0 | 15 | 443 | 104 | 73 |
| Binary | 11001000 | 1001111 | 11011101 | 1010 | 1000000 | 0 | 1101 | 100100011 | 1000100 | 111011 |
Color Harmonies of #C84FDD
Complementary color
Monochromatic Colors of #C84FDD
Black with #C84FDD
Text Example
Text Example
White with #C84FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84FDD; }
p { color: rgb(200,79,221); }
H1.HeaderClassName
{
color: #C84FDD;
}
.AnyTagClassName
{
color: #C84FDD;
}
</style>
background-color css
<style>
a { background-color: #C84FDD; }
a { background-color: rgb(200,79,221); }
div.DivClassName
{
background-color: #C84FDD;
}
.BgClassName
{
background-color: #C84FDD;
}
</style>
border-color css
<style>
span { border-color: #C84FDD; }
span { border-color: rgb(200,79,221); }
td.TdClassName
{
border-color: #C84FDD;
}
.TagClassName
{
border-color: #C84FDD;
}
</style>