Shades of Medium Orchid #C253CF
Tints of Medium Orchid #C253CF
RGB
CMYK
RGB Variations
Color information
#C253CF (or 0xC253CF) is known color: Medium Orchid. HEX triplet: C2, 53 and CF. RGB value is (194,83,207). Sum of RGB (Red+Green+Blue) = 194+83+207=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 83 (32.81% from 255 or 17.15% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #C253CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C253CF is #3DAC30. Grayscale: #818181. Windows color (decimal): -4041777 or 13587394. OLE color: 13587394.
HSL color Cylindrical-coordinate representation of color #C253CF: hue angle of 293.71º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C253CF is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 83 | 207 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.19 |
| HSL | 293.71º | 0.56% | 0.57% | - |
| HSV(B) | 293.71º | 0.6% | 0.81% | - |
| XYZ | 36.6 | 22.16 | 61.38 | - |
| YUV | 130.33 | 171.27 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 207 | 0.06 | 0.60 | 0 | 0.19 | 293.71 | 0.56 | 0.57 |
| Hex | C2 | 53 | CF | 6 | 3C | 0 | 13 | 126 | 38 | 39 |
| Octal | 302 | 123 | 317 | 6 | 74 | 0 | 23 | 446 | 70 | 71 |
| Binary | 11000010 | 1010011 | 11001111 | 110 | 111100 | 0 | 10011 | 100100110 | 111000 | 111001 |
Color Harmonies of #C253CF
Complementary color
Monochromatic Colors of #C253CF
Black with #C253CF
Text Example
Text Example
White with #C253CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C253CF; }
p { color: rgb(194,83,207); }
H1.HeaderClassName
{
color: #C253CF;
}
.AnyTagClassName
{
color: #C253CF;
}
</style>
background-color css
<style>
a { background-color: #C253CF; }
a { background-color: rgb(194,83,207); }
div.DivClassName
{
background-color: #C253CF;
}
.BgClassName
{
background-color: #C253CF;
}
</style>
border-color css
<style>
span { border-color: #C253CF; }
span { border-color: rgb(194,83,207); }
td.TdClassName
{
border-color: #C253CF;
}
.TagClassName
{
border-color: #C253CF;
}
</style>