Shades of Medium Orchid #C84CDF
Tints of Medium Orchid #C84CDF
RGB
CMYK
RGB Variations
Color information
#C84CDF (or 0xC84CDF) is known color: Medium Orchid. HEX triplet: C8, 4C and DF. RGB value is (200,76,223). Sum of RGB (Red+Green+Blue) = 200+76+223=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 76 (30.08% from 255 or 15.23% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #C84CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84CDF is #37B320. Grayscale: #818181. Windows color (decimal): -3650337 or 14634184. OLE color: 14634184.
HSL color Cylindrical-coordinate representation of color #C84CDF: hue angle of 290.61º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C84CDF is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 76 | 223 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.13 |
| HSL | 290.61º | 0.7% | 0.59% | - |
| HSV(B) | 290.61º | 0.66% | 0.87% | - |
| XYZ | 39.72 | 22.78 | 72.11 | - |
| YUV | 129.83 | 180.58 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 76 | 223 | 0.10 | 0.66 | 0 | 0.13 | 290.61 | 0.7 | 0.59 |
| Hex | C8 | 4C | DF | A | 42 | 0 | D | 123 | 46 | 3B |
| Octal | 310 | 114 | 337 | 12 | 102 | 0 | 15 | 443 | 106 | 73 |
| Binary | 11001000 | 1001100 | 11011111 | 1010 | 1000010 | 0 | 1101 | 100100011 | 1000110 | 111011 |
Color Harmonies of #C84CDF
Complementary color
Monochromatic Colors of #C84CDF
Black with #C84CDF
Text Example
Text Example
White with #C84CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84CDF; }
p { color: rgb(200,76,223); }
H1.HeaderClassName
{
color: #C84CDF;
}
.AnyTagClassName
{
color: #C84CDF;
}
</style>
background-color css
<style>
a { background-color: #C84CDF; }
a { background-color: rgb(200,76,223); }
div.DivClassName
{
background-color: #C84CDF;
}
.BgClassName
{
background-color: #C84CDF;
}
</style>
border-color css
<style>
span { border-color: #C84CDF; }
span { border-color: rgb(200,76,223); }
td.TdClassName
{
border-color: #C84CDF;
}
.TagClassName
{
border-color: #C84CDF;
}
</style>