Shades of Medium Orchid #C253D7
Tints of Medium Orchid #C253D7
RGB
CMYK
RGB Variations
Color information
#C253D7 (or 0xC253D7) is known color: Medium Orchid. HEX triplet: C2, 53 and D7. RGB value is (194,83,215). Sum of RGB (Red+Green+Blue) = 194+83+215=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 83 (32.81% from 255 or 16.87% from 492); Blue value is 215 (84.38% from 255 or 43.70% from 492); Max value from RGB is 215 - color contains mainly: blue. Hex color #C253D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C253D7 is #3DAC28. Grayscale: #828282. Windows color (decimal): -4041769 or 14111682. OLE color: 14111682.
HSL color Cylindrical-coordinate representation of color #C253D7: hue angle of 290.45º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C253D7 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 83 | 215 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.16 |
| HSL | 290.45º | 0.62% | 0.58% | - |
| HSV(B) | 290.45º | 0.61% | 0.84% | - |
| XYZ | 37.61 | 22.56 | 66.66 | - |
| YUV | 131.24 | 175.27 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 215 | 0.10 | 0.61 | 0 | 0.16 | 290.45 | 0.62 | 0.58 |
| Hex | C2 | 53 | D7 | A | 3D | 0 | 10 | 122 | 3E | 3A |
| Octal | 302 | 123 | 327 | 12 | 75 | 0 | 20 | 442 | 76 | 72 |
| Binary | 11000010 | 1010011 | 11010111 | 1010 | 111101 | 0 | 10000 | 100100010 | 111110 | 111010 |
Color Harmonies of #C253D7
Complementary color
Monochromatic Colors of #C253D7
Black with #C253D7
Text Example
Text Example
White with #C253D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C253D7; }
p { color: rgb(194,83,215); }
H1.HeaderClassName
{
color: #C253D7;
}
.AnyTagClassName
{
color: #C253D7;
}
</style>
background-color css
<style>
a { background-color: #C253D7; }
a { background-color: rgb(194,83,215); }
div.DivClassName
{
background-color: #C253D7;
}
.BgClassName
{
background-color: #C253D7;
}
</style>
border-color css
<style>
span { border-color: #C253D7; }
span { border-color: rgb(194,83,215); }
td.TdClassName
{
border-color: #C253D7;
}
.TagClassName
{
border-color: #C253D7;
}
</style>