Shades of Medium Orchid #C253D4
Tints of Medium Orchid #C253D4
RGB
CMYK
RGB Variations
Color information
#C253D4 (or 0xC253D4) is known color: Medium Orchid. HEX triplet: C2, 53 and D4. RGB value is (194,83,212). Sum of RGB (Red+Green+Blue) = 194+83+212=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 83 (32.81% from 255 or 16.97% from 489); Blue value is 212 (83.20% from 255 or 43.35% from 489); Max value from RGB is 212 - color contains mainly: blue. Hex color #C253D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C253D4 is #3DAC2B. Grayscale: #828282. Windows color (decimal): -4041772 or 13915074. OLE color: 13915074.
HSL color Cylindrical-coordinate representation of color #C253D4: hue angle of 291.63º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C253D4 is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 83 | 212 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.17 |
| HSL | 291.63º | 0.6% | 0.58% | - |
| HSV(B) | 291.63º | 0.61% | 0.83% | - |
| XYZ | 37.23 | 22.41 | 64.65 | - |
| YUV | 130.9 | 173.77 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 212 | 0.08 | 0.61 | 0 | 0.17 | 291.63 | 0.6 | 0.58 |
| Hex | C2 | 53 | D4 | 8 | 3D | 0 | 11 | 124 | 3C | 3A |
| Octal | 302 | 123 | 324 | 10 | 75 | 0 | 21 | 444 | 74 | 72 |
| Binary | 11000010 | 1010011 | 11010100 | 1000 | 111101 | 0 | 10001 | 100100100 | 111100 | 111010 |
Color Harmonies of #C253D4
Complementary color
Monochromatic Colors of #C253D4
Black with #C253D4
Text Example
Text Example
White with #C253D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C253D4; }
p { color: rgb(194,83,212); }
H1.HeaderClassName
{
color: #C253D4;
}
.AnyTagClassName
{
color: #C253D4;
}
</style>
background-color css
<style>
a { background-color: #C253D4; }
a { background-color: rgb(194,83,212); }
div.DivClassName
{
background-color: #C253D4;
}
.BgClassName
{
background-color: #C253D4;
}
</style>
border-color css
<style>
span { border-color: #C253D4; }
span { border-color: rgb(194,83,212); }
td.TdClassName
{
border-color: #C253D4;
}
.TagClassName
{
border-color: #C253D4;
}
</style>