Shades of Medium Orchid #C253F6
Tints of Medium Orchid #C253F6
RGB
CMYK
RGB Variations
Color information
#C253F6 (or 0xC253F6) is known color: Medium Orchid. HEX triplet: C2, 53 and F6. RGB value is (194,83,246). Sum of RGB (Red+Green+Blue) = 194+83+246=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 83 (32.81% from 255 or 15.87% from 523); Blue value is 246 (96.48% from 255 or 47.04% from 523); Max value from RGB is 246 - color contains mainly: blue. Hex color #C253F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C253F6 is #3DAC09. Grayscale: #868686. Windows color (decimal): -4041738 or 16143298. OLE color: 16143298.
HSL color Cylindrical-coordinate representation of color #C253F6: hue angle of 280.86º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C253F6 is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 83 | 246 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.04 |
| HSL | 280.86º | 0.9% | 0.65% | - |
| HSV(B) | 280.86º | 0.66% | 0.96% | - |
| XYZ | 41.98 | 24.31 | 89.67 | - |
| YUV | 134.77 | 190.77 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 246 | 0.21 | 0.66 | 0 | 0.04 | 280.86 | 0.9 | 0.65 |
| Hex | C2 | 53 | F6 | 15 | 42 | 0 | 4 | 119 | 5A | 41 |
| Octal | 302 | 123 | 366 | 25 | 102 | 0 | 4 | 431 | 132 | 101 |
| Binary | 11000010 | 1010011 | 11110110 | 10101 | 1000010 | 0 | 100 | 100011001 | 1011010 | 1000001 |
Color Harmonies of #C253F6
Complementary color
Monochromatic Colors of #C253F6
Black with #C253F6
Text Example
Text Example
White with #C253F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C253F6; }
p { color: rgb(194,83,246); }
H1.HeaderClassName
{
color: #C253F6;
}
.AnyTagClassName
{
color: #C253F6;
}
</style>
background-color css
<style>
a { background-color: #C253F6; }
a { background-color: rgb(194,83,246); }
div.DivClassName
{
background-color: #C253F6;
}
.BgClassName
{
background-color: #C253F6;
}
</style>
border-color css
<style>
span { border-color: #C253F6; }
span { border-color: rgb(194,83,246); }
td.TdClassName
{
border-color: #C253F6;
}
.TagClassName
{
border-color: #C253F6;
}
</style>