Shades of Medium Orchid #C84FF1
Tints of Medium Orchid #C84FF1
RGB
CMYK
RGB Variations
Color information
#C84FF1 (or 0xC84FF1) is known color: Medium Orchid. HEX triplet: C8, 4F and F1. RGB value is (200,79,241). Sum of RGB (Red+Green+Blue) = 200+79+241=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 79 (31.25% from 255 or 15.19% from 520); Blue value is 241 (94.53% from 255 or 46.35% from 520); Max value from RGB is 241 - color contains mainly: blue. Hex color #C84FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C84FF1 is #37B00E. Grayscale: #858585. Windows color (decimal): -3649551 or 15814600. OLE color: 15814600.
HSL color Cylindrical-coordinate representation of color #C84FF1: hue angle of 284.81º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C84FF1 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 79 | 241 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.05 |
| HSL | 284.81º | 0.85% | 0.63% | - |
| HSV(B) | 284.81º | 0.67% | 0.95% | - |
| XYZ | 42.49 | 24.22 | 85.65 | - |
| YUV | 133.65 | 188.59 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 79 | 241 | 0.17 | 0.67 | 0 | 0.05 | 284.81 | 0.85 | 0.63 |
| Hex | C8 | 4F | F1 | 11 | 43 | 0 | 5 | 11D | 55 | 3F |
| Octal | 310 | 117 | 361 | 21 | 103 | 0 | 5 | 435 | 125 | 77 |
| Binary | 11001000 | 1001111 | 11110001 | 10001 | 1000011 | 0 | 101 | 100011101 | 1010101 | 111111 |
Color Harmonies of #C84FF1
Complementary color
Monochromatic Colors of #C84FF1
Black with #C84FF1
Text Example
Text Example
White with #C84FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84FF1; }
p { color: rgb(200,79,241); }
H1.HeaderClassName
{
color: #C84FF1;
}
.AnyTagClassName
{
color: #C84FF1;
}
</style>
background-color css
<style>
a { background-color: #C84FF1; }
a { background-color: rgb(200,79,241); }
div.DivClassName
{
background-color: #C84FF1;
}
.BgClassName
{
background-color: #C84FF1;
}
</style>
border-color css
<style>
span { border-color: #C84FF1; }
span { border-color: rgb(200,79,241); }
td.TdClassName
{
border-color: #C84FF1;
}
.TagClassName
{
border-color: #C84FF1;
}
</style>