Shades of Medium Orchid #C84BFC
Tints of Medium Orchid #C84BFC
RGB
CMYK
RGB Variations
Color information
#C84BFC (or 0xC84BFC) is known color: Medium Orchid. HEX triplet: C8, 4B and FC. RGB value is (200,75,252). Sum of RGB (Red+Green+Blue) = 200+75+252=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 75 (29.69% from 255 or 14.23% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #C84BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C84BFC is #37B403. Grayscale: #838383. Windows color (decimal): -3650564 or 16534472. OLE color: 16534472.
HSL color Cylindrical-coordinate representation of color #C84BFC: hue angle of 282.37º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C84BFC is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 75 | 252 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.01 |
| HSL | 282.37º | 0.97% | 0.64% | - |
| HSV(B) | 282.37º | 0.7% | 0.99% | - |
| XYZ | 43.91 | 24.34 | 94.48 | - |
| YUV | 132.55 | 195.41 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 252 | 0.21 | 0.70 | 0 | 0.01 | 282.37 | 0.97 | 0.64 |
| Hex | C8 | 4B | FC | 15 | 46 | 0 | 1 | 11A | 61 | 40 |
| Octal | 310 | 113 | 374 | 25 | 106 | 0 | 1 | 432 | 141 | 100 |
| Binary | 11001000 | 1001011 | 11111100 | 10101 | 1000110 | 0 | 1 | 100011010 | 1100001 | 1000000 |
Color Harmonies of #C84BFC
Complementary color
Monochromatic Colors of #C84BFC
Black with #C84BFC
Text Example
Text Example
White with #C84BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84BFC; }
p { color: rgb(200,75,252); }
H1.HeaderClassName
{
color: #C84BFC;
}
.AnyTagClassName
{
color: #C84BFC;
}
</style>
background-color css
<style>
a { background-color: #C84BFC; }
a { background-color: rgb(200,75,252); }
div.DivClassName
{
background-color: #C84BFC;
}
.BgClassName
{
background-color: #C84BFC;
}
</style>
border-color css
<style>
span { border-color: #C84BFC; }
span { border-color: rgb(200,75,252); }
td.TdClassName
{
border-color: #C84BFC;
}
.TagClassName
{
border-color: #C84BFC;
}
</style>