Shades of Medium Orchid #C845FC
Tints of Medium Orchid #C845FC
RGB
CMYK
RGB Variations
Color information
#C845FC (or 0xC845FC) is known color: Medium Orchid. HEX triplet: C8, 45 and FC. RGB value is (200,69,252). Sum of RGB (Red+Green+Blue) = 200+69+252=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 69 (27.34% from 255 or 13.24% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #C845FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C845FC is #37BA03. Grayscale: #808080. Windows color (decimal): -3652100 or 16532936. OLE color: 16532936.
HSL color Cylindrical-coordinate representation of color #C845FC: hue angle of 282.95º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C845FC is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 69 | 252 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.01 |
| HSL | 282.95º | 0.97% | 0.63% | - |
| HSV(B) | 282.95º | 0.73% | 0.99% | - |
| XYZ | 43.52 | 23.56 | 94.35 | - |
| YUV | 129.03 | 197.4 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 252 | 0.21 | 0.73 | 0 | 0.01 | 282.95 | 0.97 | 0.63 |
| Hex | C8 | 45 | FC | 15 | 49 | 0 | 1 | 11B | 61 | 3F |
| Octal | 310 | 105 | 374 | 25 | 111 | 0 | 1 | 433 | 141 | 77 |
| Binary | 11001000 | 1000101 | 11111100 | 10101 | 1001001 | 0 | 1 | 100011011 | 1100001 | 111111 |
Color Harmonies of #C845FC
Complementary color
Monochromatic Colors of #C845FC
Black with #C845FC
Text Example
Text Example
White with #C845FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C845FC; }
p { color: rgb(200,69,252); }
H1.HeaderClassName
{
color: #C845FC;
}
.AnyTagClassName
{
color: #C845FC;
}
</style>
background-color css
<style>
a { background-color: #C845FC; }
a { background-color: rgb(200,69,252); }
div.DivClassName
{
background-color: #C845FC;
}
.BgClassName
{
background-color: #C845FC;
}
</style>
border-color css
<style>
span { border-color: #C845FC; }
span { border-color: rgb(200,69,252); }
td.TdClassName
{
border-color: #C845FC;
}
.TagClassName
{
border-color: #C845FC;
}
</style>