Shades of Medium Orchid #C84BF9
Tints of Medium Orchid #C84BF9
RGB
CMYK
RGB Variations
Color information
#C84BF9 (or 0xC84BF9) is known color: Medium Orchid. HEX triplet: C8, 4B and F9. RGB value is (200,75,249). Sum of RGB (Red+Green+Blue) = 200+75+249=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 75 (29.69% from 255 or 14.31% from 524); Blue value is 249 (97.66% from 255 or 47.52% from 524); Max value from RGB is 249 - color contains mainly: blue. Hex color #C84BF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C84BF9 is #37B406. Grayscale: #838383. Windows color (decimal): -3650567 or 16337864. OLE color: 16337864.
HSL color Cylindrical-coordinate representation of color #C84BF9: hue angle of 283.1º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C84BF9 is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 75 | 249 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.02 |
| HSL | 283.1º | 0.94% | 0.64% | - |
| HSV(B) | 283.1º | 0.7% | 0.98% | - |
| XYZ | 43.43 | 24.15 | 91.99 | - |
| YUV | 132.21 | 193.91 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 249 | 0.20 | 0.70 | 0 | 0.02 | 283.1 | 0.94 | 0.64 |
| Hex | C8 | 4B | F9 | 14 | 46 | 0 | 2 | 11B | 5E | 40 |
| Octal | 310 | 113 | 371 | 24 | 106 | 0 | 2 | 433 | 136 | 100 |
| Binary | 11001000 | 1001011 | 11111001 | 10100 | 1000110 | 0 | 10 | 100011011 | 1011110 | 1000000 |
Color Harmonies of #C84BF9
Complementary color
Monochromatic Colors of #C84BF9
Black with #C84BF9
Text Example
Text Example
White with #C84BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84BF9; }
p { color: rgb(200,75,249); }
H1.HeaderClassName
{
color: #C84BF9;
}
.AnyTagClassName
{
color: #C84BF9;
}
</style>
background-color css
<style>
a { background-color: #C84BF9; }
a { background-color: rgb(200,75,249); }
div.DivClassName
{
background-color: #C84BF9;
}
.BgClassName
{
background-color: #C84BF9;
}
</style>
border-color css
<style>
span { border-color: #C84BF9; }
span { border-color: rgb(200,75,249); }
td.TdClassName
{
border-color: #C84BF9;
}
.TagClassName
{
border-color: #C84BF9;
}
</style>