Shades of Medium Orchid #C253DF
Tints of Medium Orchid #C253DF
RGB
CMYK
RGB Variations
Color information
#C253DF (or 0xC253DF) is known color: Medium Orchid. HEX triplet: C2, 53 and DF. RGB value is (194,83,223). Sum of RGB (Red+Green+Blue) = 194+83+223=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 83 (32.81% from 255 or 16.6% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #C253DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C253DF is #3DAC20. Grayscale: #838383. Windows color (decimal): -4041761 or 14635970. OLE color: 14635970.
HSL color Cylindrical-coordinate representation of color #C253DF: hue angle of 287.57º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C253DF is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 83 | 223 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.13 |
| HSL | 287.57º | 0.69% | 0.6% | - |
| HSV(B) | 287.57º | 0.63% | 0.87% | - |
| XYZ | 38.66 | 22.98 | 72.21 | - |
| YUV | 132.15 | 179.27 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 223 | 0.13 | 0.63 | 0 | 0.13 | 287.57 | 0.69 | 0.6 |
| Hex | C2 | 53 | DF | D | 3F | 0 | D | 120 | 45 | 3C |
| Octal | 302 | 123 | 337 | 15 | 77 | 0 | 15 | 440 | 105 | 74 |
| Binary | 11000010 | 1010011 | 11011111 | 1101 | 111111 | 0 | 1101 | 100100000 | 1000101 | 111100 |
Color Harmonies of #C253DF
Complementary color
Monochromatic Colors of #C253DF
Black with #C253DF
Text Example
Text Example
White with #C253DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C253DF; }
p { color: rgb(194,83,223); }
H1.HeaderClassName
{
color: #C253DF;
}
.AnyTagClassName
{
color: #C253DF;
}
</style>
background-color css
<style>
a { background-color: #C253DF; }
a { background-color: rgb(194,83,223); }
div.DivClassName
{
background-color: #C253DF;
}
.BgClassName
{
background-color: #C253DF;
}
</style>
border-color css
<style>
span { border-color: #C253DF; }
span { border-color: rgb(194,83,223); }
td.TdClassName
{
border-color: #C253DF;
}
.TagClassName
{
border-color: #C253DF;
}
</style>