Shades of Medium Orchid #C84FF9
Tints of Medium Orchid #C84FF9
RGB
CMYK
RGB Variations
Color information
#C84FF9 (or 0xC84FF9) is known color: Medium Orchid. HEX triplet: C8, 4F and F9. RGB value is (200,79,249). Sum of RGB (Red+Green+Blue) = 200+79+249=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 79 (31.25% from 255 or 14.96% from 528); Blue value is 249 (97.66% from 255 or 47.16% from 528); Max value from RGB is 249 - color contains mainly: blue. Hex color #C84FF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C84FF9 is #37B006. Grayscale: #868686. Windows color (decimal): -3649543 or 16338888. OLE color: 16338888.
HSL color Cylindrical-coordinate representation of color #C84FF9: hue angle of 282.71º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C84FF9 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 79 | 249 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.02 |
| HSL | 282.71º | 0.93% | 0.64% | - |
| HSV(B) | 282.71º | 0.68% | 0.98% | - |
| XYZ | 43.71 | 24.71 | 92.09 | - |
| YUV | 134.56 | 192.59 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 79 | 249 | 0.20 | 0.68 | 0 | 0.02 | 282.71 | 0.93 | 0.64 |
| Hex | C8 | 4F | F9 | 14 | 44 | 0 | 2 | 11B | 5D | 40 |
| Octal | 310 | 117 | 371 | 24 | 104 | 0 | 2 | 433 | 135 | 100 |
| Binary | 11001000 | 1001111 | 11111001 | 10100 | 1000100 | 0 | 10 | 100011011 | 1011101 | 1000000 |
Color Harmonies of #C84FF9
Complementary color
Monochromatic Colors of #C84FF9
Black with #C84FF9
Text Example
Text Example
White with #C84FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84FF9; }
p { color: rgb(200,79,249); }
H1.HeaderClassName
{
color: #C84FF9;
}
.AnyTagClassName
{
color: #C84FF9;
}
</style>
background-color css
<style>
a { background-color: #C84FF9; }
a { background-color: rgb(200,79,249); }
div.DivClassName
{
background-color: #C84FF9;
}
.BgClassName
{
background-color: #C84FF9;
}
</style>
border-color css
<style>
span { border-color: #C84FF9; }
span { border-color: rgb(200,79,249); }
td.TdClassName
{
border-color: #C84FF9;
}
.TagClassName
{
border-color: #C84FF9;
}
</style>