Shades of Medium Orchid #C84BFD
Tints of Medium Orchid #C84BFD
RGB
CMYK
RGB Variations
Color information
#C84BFD (or 0xC84BFD) is known color: Medium Orchid. HEX triplet: C8, 4B and FD. RGB value is (200,75,253). Sum of RGB (Red+Green+Blue) = 200+75+253=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 75 (29.69% from 255 or 14.20% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #C84BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C84BFD is #37B402. Grayscale: #848484. Windows color (decimal): -3650563 or 16600008. OLE color: 16600008.
HSL color Cylindrical-coordinate representation of color #C84BFD: hue angle of 282.13º degrees, saturation: 0.98, 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 #C84BFD is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 75 | 253 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.01 |
| HSL | 282.13º | 0.98% | 0.64% | - |
| HSV(B) | 282.13º | 0.7% | 0.99% | - |
| XYZ | 44.07 | 24.4 | 95.32 | - |
| YUV | 132.67 | 195.91 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 253 | 0.21 | 0.70 | 0 | 0.01 | 282.13 | 0.98 | 0.64 |
| Hex | C8 | 4B | FD | 15 | 46 | 0 | 1 | 11A | 62 | 40 |
| Octal | 310 | 113 | 375 | 25 | 106 | 0 | 1 | 432 | 142 | 100 |
| Binary | 11001000 | 1001011 | 11111101 | 10101 | 1000110 | 0 | 1 | 100011010 | 1100010 | 1000000 |
Color Harmonies of #C84BFD
Complementary color
Monochromatic Colors of #C84BFD
Black with #C84BFD
Text Example
Text Example
White with #C84BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84BFD; }
p { color: rgb(200,75,253); }
H1.HeaderClassName
{
color: #C84BFD;
}
.AnyTagClassName
{
color: #C84BFD;
}
</style>
background-color css
<style>
a { background-color: #C84BFD; }
a { background-color: rgb(200,75,253); }
div.DivClassName
{
background-color: #C84BFD;
}
.BgClassName
{
background-color: #C84BFD;
}
</style>
border-color css
<style>
span { border-color: #C84BFD; }
span { border-color: rgb(200,75,253); }
td.TdClassName
{
border-color: #C84BFD;
}
.TagClassName
{
border-color: #C84BFD;
}
</style>