Shades of Medium Orchid #C84FDC
Tints of Medium Orchid #C84FDC
RGB
CMYK
RGB Variations
Color information
#C84FDC (or 0xC84FDC) is known color: Medium Orchid. HEX triplet: C8, 4F and DC. RGB value is (200,79,220). Sum of RGB (Red+Green+Blue) = 200+79+220=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 79 (31.25% from 255 or 15.83% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #C84FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84FDC is #37B023. Grayscale: #828282. Windows color (decimal): -3649572 or 14438344. OLE color: 14438344.
HSL color Cylindrical-coordinate representation of color #C84FDC: hue angle of 291.49º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C84FDC is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 79 | 220 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.14 |
| HSL | 291.49º | 0.67% | 0.59% | - |
| HSV(B) | 291.49º | 0.64% | 0.86% | - |
| XYZ | 39.53 | 23.04 | 70.07 | - |
| YUV | 131.25 | 178.09 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 79 | 220 | 0.09 | 0.64 | 0 | 0.14 | 291.49 | 0.67 | 0.59 |
| Hex | C8 | 4F | DC | 9 | 40 | 0 | E | 123 | 43 | 3B |
| Octal | 310 | 117 | 334 | 11 | 100 | 0 | 16 | 443 | 103 | 73 |
| Binary | 11001000 | 1001111 | 11011100 | 1001 | 1000000 | 0 | 1110 | 100100011 | 1000011 | 111011 |
Color Harmonies of #C84FDC
Complementary color
Monochromatic Colors of #C84FDC
Black with #C84FDC
Text Example
Text Example
White with #C84FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84FDC; }
p { color: rgb(200,79,220); }
H1.HeaderClassName
{
color: #C84FDC;
}
.AnyTagClassName
{
color: #C84FDC;
}
</style>
background-color css
<style>
a { background-color: #C84FDC; }
a { background-color: rgb(200,79,220); }
div.DivClassName
{
background-color: #C84FDC;
}
.BgClassName
{
background-color: #C84FDC;
}
</style>
border-color css
<style>
span { border-color: #C84FDC; }
span { border-color: rgb(200,79,220); }
td.TdClassName
{
border-color: #C84FDC;
}
.TagClassName
{
border-color: #C84FDC;
}
</style>