Shades of Medium Orchid #C253FC
Tints of Medium Orchid #C253FC
RGB
CMYK
RGB Variations
Color information
#C253FC (or 0xC253FC) is known color: Medium Orchid. HEX triplet: C2, 53 and FC. RGB value is (194,83,252). Sum of RGB (Red+Green+Blue) = 194+83+252=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 83 (32.81% from 255 or 15.69% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #C253FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C253FC is #3DAC03. Grayscale: #868686. Windows color (decimal): -4041732 or 16536514. OLE color: 16536514.
HSL color Cylindrical-coordinate representation of color #C253FC: hue angle of 279.41º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C253FC is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 83 | 252 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.01 |
| HSL | 279.41º | 0.97% | 0.66% | - |
| HSV(B) | 279.41º | 0.67% | 0.99% | - |
| XYZ | 42.91 | 24.68 | 94.6 | - |
| YUV | 135.46 | 193.77 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 252 | 0.23 | 0.67 | 0 | 0.01 | 279.41 | 0.97 | 0.66 |
| Hex | C2 | 53 | FC | 17 | 43 | 0 | 1 | 117 | 61 | 42 |
| Octal | 302 | 123 | 374 | 27 | 103 | 0 | 1 | 427 | 141 | 102 |
| Binary | 11000010 | 1010011 | 11111100 | 10111 | 1000011 | 0 | 1 | 100010111 | 1100001 | 1000010 |
Color Harmonies of #C253FC
Complementary color
Monochromatic Colors of #C253FC
Black with #C253FC
Text Example
Text Example
White with #C253FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C253FC; }
p { color: rgb(194,83,252); }
H1.HeaderClassName
{
color: #C253FC;
}
.AnyTagClassName
{
color: #C253FC;
}
</style>
background-color css
<style>
a { background-color: #C253FC; }
a { background-color: rgb(194,83,252); }
div.DivClassName
{
background-color: #C253FC;
}
.BgClassName
{
background-color: #C253FC;
}
</style>
border-color css
<style>
span { border-color: #C253FC; }
span { border-color: rgb(194,83,252); }
td.TdClassName
{
border-color: #C253FC;
}
.TagClassName
{
border-color: #C253FC;
}
</style>