Shades of Medium Orchid #C253F3
Tints of Medium Orchid #C253F3
RGB
CMYK
RGB Variations
Color information
#C253F3 (or 0xC253F3) is known color: Medium Orchid. HEX triplet: C2, 53 and F3. RGB value is (194,83,243). Sum of RGB (Red+Green+Blue) = 194+83+243=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 83 (32.81% from 255 or 15.96% from 520); Blue value is 243 (95.31% from 255 or 46.73% from 520); Max value from RGB is 243 - color contains mainly: blue. Hex color #C253F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C253F3 is #3DAC0C. Grayscale: #858585. Windows color (decimal): -4041741 or 15946690. OLE color: 15946690.
HSL color Cylindrical-coordinate representation of color #C253F3: hue angle of 281.62º degrees, saturation: 0.87, 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 #C253F3 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 83 | 243 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.05 |
| HSL | 281.63º | 0.87% | 0.64% | - |
| HSV(B) | 281.63º | 0.66% | 0.95% | - |
| XYZ | 41.52 | 24.13 | 87.26 | - |
| YUV | 134.43 | 189.27 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 243 | 0.20 | 0.66 | 0 | 0.05 | 281.63 | 0.87 | 0.64 |
| Hex | C2 | 53 | F3 | 14 | 42 | 0 | 5 | 11A | 57 | 40 |
| Octal | 302 | 123 | 363 | 24 | 102 | 0 | 5 | 432 | 127 | 100 |
| Binary | 11000010 | 1010011 | 11110011 | 10100 | 1000010 | 0 | 101 | 100011010 | 1010111 | 1000000 |
Color Harmonies of #C253F3
Complementary color
Monochromatic Colors of #C253F3
Black with #C253F3
Text Example
Text Example
White with #C253F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C253F3; }
p { color: rgb(194,83,243); }
H1.HeaderClassName
{
color: #C253F3;
}
.AnyTagClassName
{
color: #C253F3;
}
</style>
background-color css
<style>
a { background-color: #C253F3; }
a { background-color: rgb(194,83,243); }
div.DivClassName
{
background-color: #C253F3;
}
.BgClassName
{
background-color: #C253F3;
}
</style>
border-color css
<style>
span { border-color: #C253F3; }
span { border-color: rgb(194,83,243); }
td.TdClassName
{
border-color: #C253F3;
}
.TagClassName
{
border-color: #C253F3;
}
</style>