Shades of Medium Orchid #C84CF4
Tints of Medium Orchid #C84CF4
RGB
CMYK
RGB Variations
Color information
#C84CF4 (or 0xC84CF4) is known color: Medium Orchid. HEX triplet: C8, 4C and F4. RGB value is (200,76,244). Sum of RGB (Red+Green+Blue) = 200+76+244=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 76 (30.08% from 255 or 14.62% from 520); Blue value is 244 (95.70% from 255 or 46.92% from 520); Max value from RGB is 244 - color contains mainly: blue. Hex color #C84CF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C84CF4 is #37B30B. Grayscale: #838383. Windows color (decimal): -3650316 or 16010440. OLE color: 16010440.
HSL color Cylindrical-coordinate representation of color #C84CF4: hue angle of 284.29º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C84CF4 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 76 | 244 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.04 |
| HSL | 284.29º | 0.88% | 0.63% | - |
| HSV(B) | 284.29º | 0.69% | 0.96% | - |
| XYZ | 42.73 | 23.98 | 87.96 | - |
| YUV | 132.23 | 191.08 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 76 | 244 | 0.18 | 0.69 | 0 | 0.04 | 284.29 | 0.88 | 0.63 |
| Hex | C8 | 4C | F4 | 12 | 45 | 0 | 4 | 11C | 58 | 3F |
| Octal | 310 | 114 | 364 | 22 | 105 | 0 | 4 | 434 | 130 | 77 |
| Binary | 11001000 | 1001100 | 11110100 | 10010 | 1000101 | 0 | 100 | 100011100 | 1011000 | 111111 |
Color Harmonies of #C84CF4
Complementary color
Monochromatic Colors of #C84CF4
Black with #C84CF4
Text Example
Text Example
White with #C84CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84CF4; }
p { color: rgb(200,76,244); }
H1.HeaderClassName
{
color: #C84CF4;
}
.AnyTagClassName
{
color: #C84CF4;
}
</style>
background-color css
<style>
a { background-color: #C84CF4; }
a { background-color: rgb(200,76,244); }
div.DivClassName
{
background-color: #C84CF4;
}
.BgClassName
{
background-color: #C84CF4;
}
</style>
border-color css
<style>
span { border-color: #C84CF4; }
span { border-color: rgb(200,76,244); }
td.TdClassName
{
border-color: #C84CF4;
}
.TagClassName
{
border-color: #C84CF4;
}
</style>