Shades of Medium Orchid #C84FDA
Tints of Medium Orchid #C84FDA
RGB
CMYK
RGB Variations
Color information
#C84FDA (or 0xC84FDA) is known color: Medium Orchid. HEX triplet: C8, 4F and DA. RGB value is (200,79,218). Sum of RGB (Red+Green+Blue) = 200+79+218=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 79 (31.25% from 255 or 15.90% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #C84FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84FDA is #37B025. Grayscale: #828282. Windows color (decimal): -3649574 or 14307272. OLE color: 14307272.
HSL color Cylindrical-coordinate representation of color #C84FDA: hue angle of 292.23º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C84FDA is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 79 | 218 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.15 |
| HSL | 292.23º | 0.65% | 0.58% | - |
| HSV(B) | 292.23º | 0.64% | 0.85% | - |
| XYZ | 39.27 | 22.93 | 68.69 | - |
| YUV | 131.03 | 177.09 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 79 | 218 | 0.08 | 0.64 | 0 | 0.15 | 292.23 | 0.65 | 0.58 |
| Hex | C8 | 4F | DA | 8 | 40 | 0 | F | 124 | 41 | 3A |
| Octal | 310 | 117 | 332 | 10 | 100 | 0 | 17 | 444 | 101 | 72 |
| Binary | 11001000 | 1001111 | 11011010 | 1000 | 1000000 | 0 | 1111 | 100100100 | 1000001 | 111010 |
Color Harmonies of #C84FDA
Complementary color
Monochromatic Colors of #C84FDA
Black with #C84FDA
Text Example
Text Example
White with #C84FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84FDA; }
p { color: rgb(200,79,218); }
H1.HeaderClassName
{
color: #C84FDA;
}
.AnyTagClassName
{
color: #C84FDA;
}
</style>
background-color css
<style>
a { background-color: #C84FDA; }
a { background-color: rgb(200,79,218); }
div.DivClassName
{
background-color: #C84FDA;
}
.BgClassName
{
background-color: #C84FDA;
}
</style>
border-color css
<style>
span { border-color: #C84FDA; }
span { border-color: rgb(200,79,218); }
td.TdClassName
{
border-color: #C84FDA;
}
.TagClassName
{
border-color: #C84FDA;
}
</style>