Shades of Medium Orchid #C84FDF
Tints of Medium Orchid #C84FDF
RGB
CMYK
RGB Variations
Color information
#C84FDF (or 0xC84FDF) is known color: Medium Orchid. HEX triplet: C8, 4F and DF. RGB value is (200,79,223). Sum of RGB (Red+Green+Blue) = 200+79+223=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 79 (31.25% from 255 or 15.74% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #C84FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84FDF is #37B020. Grayscale: #838383. Windows color (decimal): -3649569 or 14634952. OLE color: 14634952.
HSL color Cylindrical-coordinate representation of color #C84FDF: hue angle of 290.42º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C84FDF is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 79 | 223 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.13 |
| HSL | 290.42º | 0.69% | 0.59% | - |
| HSV(B) | 290.42º | 0.65% | 0.87% | - |
| XYZ | 39.93 | 23.2 | 72.19 | - |
| YUV | 131.6 | 179.59 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 79 | 223 | 0.10 | 0.65 | 0 | 0.13 | 290.42 | 0.69 | 0.59 |
| Hex | C8 | 4F | DF | A | 41 | 0 | D | 122 | 45 | 3B |
| Octal | 310 | 117 | 337 | 12 | 101 | 0 | 15 | 442 | 105 | 73 |
| Binary | 11001000 | 1001111 | 11011111 | 1010 | 1000001 | 0 | 1101 | 100100010 | 1000101 | 111011 |
Color Harmonies of #C84FDF
Complementary color
Monochromatic Colors of #C84FDF
Black with #C84FDF
Text Example
Text Example
White with #C84FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84FDF; }
p { color: rgb(200,79,223); }
H1.HeaderClassName
{
color: #C84FDF;
}
.AnyTagClassName
{
color: #C84FDF;
}
</style>
background-color css
<style>
a { background-color: #C84FDF; }
a { background-color: rgb(200,79,223); }
div.DivClassName
{
background-color: #C84FDF;
}
.BgClassName
{
background-color: #C84FDF;
}
</style>
border-color css
<style>
span { border-color: #C84FDF; }
span { border-color: rgb(200,79,223); }
td.TdClassName
{
border-color: #C84FDF;
}
.TagClassName
{
border-color: #C84FDF;
}
</style>