Shades of Medium Orchid #C853F2
Tints of Medium Orchid #C853F2
RGB
CMYK
RGB Variations
Color information
#C853F2 (or 0xC853F2) is known color: Medium Orchid. HEX triplet: C8, 53 and F2. RGB value is (200,83,242). Sum of RGB (Red+Green+Blue) = 200+83+242=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 83 (32.81% from 255 or 15.81% from 525); Blue value is 242 (94.92% from 255 or 46.10% from 525); Max value from RGB is 242 - color contains mainly: blue. Hex color #C853F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C853F2 is #37AC0D. Grayscale: #878787. Windows color (decimal): -3648526 or 15881160. OLE color: 15881160.
HSL color Cylindrical-coordinate representation of color #C853F2: hue angle of 284.15º degrees, saturation: 0.86, 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 #C853F2 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 83 | 242 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.05 |
| HSL | 284.15º | 0.86% | 0.64% | - |
| HSV(B) | 284.15º | 0.66% | 0.95% | - |
| XYZ | 42.94 | 24.88 | 86.54 | - |
| YUV | 136.11 | 187.76 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 242 | 0.17 | 0.66 | 0 | 0.05 | 284.15 | 0.86 | 0.64 |
| Hex | C8 | 53 | F2 | 11 | 42 | 0 | 5 | 11C | 56 | 40 |
| Octal | 310 | 123 | 362 | 21 | 102 | 0 | 5 | 434 | 126 | 100 |
| Binary | 11001000 | 1010011 | 11110010 | 10001 | 1000010 | 0 | 101 | 100011100 | 1010110 | 1000000 |
Color Harmonies of #C853F2
Complementary color
Monochromatic Colors of #C853F2
Black with #C853F2
Text Example
Text Example
White with #C853F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C853F2; }
p { color: rgb(200,83,242); }
H1.HeaderClassName
{
color: #C853F2;
}
.AnyTagClassName
{
color: #C853F2;
}
</style>
background-color css
<style>
a { background-color: #C853F2; }
a { background-color: rgb(200,83,242); }
div.DivClassName
{
background-color: #C853F2;
}
.BgClassName
{
background-color: #C853F2;
}
</style>
border-color css
<style>
span { border-color: #C853F2; }
span { border-color: rgb(200,83,242); }
td.TdClassName
{
border-color: #C853F2;
}
.TagClassName
{
border-color: #C853F2;
}
</style>