Shades of Medium Orchid #C846FD
Tints of Medium Orchid #C846FD
RGB
CMYK
RGB Variations
Color information
#C846FD (or 0xC846FD) is known color: Medium Orchid. HEX triplet: C8, 46 and FD. RGB value is (200,70,253). Sum of RGB (Red+Green+Blue) = 200+70+253=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 70 (27.73% from 255 or 13.38% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #C846FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C846FD is #37B902. Grayscale: #818181. Windows color (decimal): -3651843 or 16598728. OLE color: 16598728.
HSL color Cylindrical-coordinate representation of color #C846FD: hue angle of 282.62º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C846FD is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 70 | 253 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.01 |
| HSL | 282.62º | 0.98% | 0.63% | - |
| HSV(B) | 282.62º | 0.72% | 0.99% | - |
| XYZ | 43.74 | 23.75 | 95.21 | - |
| YUV | 129.73 | 197.57 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 70 | 253 | 0.21 | 0.72 | 0 | 0.01 | 282.62 | 0.98 | 0.63 |
| Hex | C8 | 46 | FD | 15 | 48 | 0 | 1 | 11B | 62 | 3F |
| Octal | 310 | 106 | 375 | 25 | 110 | 0 | 1 | 433 | 142 | 77 |
| Binary | 11001000 | 1000110 | 11111101 | 10101 | 1001000 | 0 | 1 | 100011011 | 1100010 | 111111 |
Color Harmonies of #C846FD
Complementary color
Monochromatic Colors of #C846FD
Black with #C846FD
Text Example
Text Example
White with #C846FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C846FD; }
p { color: rgb(200,70,253); }
H1.HeaderClassName
{
color: #C846FD;
}
.AnyTagClassName
{
color: #C846FD;
}
</style>
background-color css
<style>
a { background-color: #C846FD; }
a { background-color: rgb(200,70,253); }
div.DivClassName
{
background-color: #C846FD;
}
.BgClassName
{
background-color: #C846FD;
}
</style>
border-color css
<style>
span { border-color: #C846FD; }
span { border-color: rgb(200,70,253); }
td.TdClassName
{
border-color: #C846FD;
}
.TagClassName
{
border-color: #C846FD;
}
</style>