Shades of Medium Orchid #C853F1
Tints of Medium Orchid #C853F1
RGB
CMYK
RGB Variations
Color information
#C853F1 (or 0xC853F1) is known color: Medium Orchid. HEX triplet: C8, 53 and F1. RGB value is (200,83,241). Sum of RGB (Red+Green+Blue) = 200+83+241=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 83 (32.81% from 255 or 15.84% from 524); Blue value is 241 (94.53% from 255 or 45.99% from 524); Max value from RGB is 241 - color contains mainly: blue. Hex color #C853F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C853F1 is #37AC0E. Grayscale: #878787. Windows color (decimal): -3648527 or 15815624. OLE color: 15815624.
HSL color Cylindrical-coordinate representation of color #C853F1: hue angle of 284.43º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C853F1 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 83 | 241 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.05 |
| HSL | 284.43º | 0.85% | 0.64% | - |
| HSV(B) | 284.43º | 0.66% | 0.95% | - |
| XYZ | 42.79 | 24.82 | 85.75 | - |
| YUV | 136 | 187.26 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 241 | 0.17 | 0.66 | 0 | 0.05 | 284.43 | 0.85 | 0.64 |
| Hex | C8 | 53 | F1 | 11 | 42 | 0 | 5 | 11C | 55 | 40 |
| Octal | 310 | 123 | 361 | 21 | 102 | 0 | 5 | 434 | 125 | 100 |
| Binary | 11001000 | 1010011 | 11110001 | 10001 | 1000010 | 0 | 101 | 100011100 | 1010101 | 1000000 |
Color Harmonies of #C853F1
Complementary color
Monochromatic Colors of #C853F1
Black with #C853F1
Text Example
Text Example
White with #C853F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C853F1; }
p { color: rgb(200,83,241); }
H1.HeaderClassName
{
color: #C853F1;
}
.AnyTagClassName
{
color: #C853F1;
}
</style>
background-color css
<style>
a { background-color: #C853F1; }
a { background-color: rgb(200,83,241); }
div.DivClassName
{
background-color: #C853F1;
}
.BgClassName
{
background-color: #C853F1;
}
</style>
border-color css
<style>
span { border-color: #C853F1; }
span { border-color: rgb(200,83,241); }
td.TdClassName
{
border-color: #C853F1;
}
.TagClassName
{
border-color: #C853F1;
}
</style>