Shades of Medium Orchid #C253DE
Tints of Medium Orchid #C253DE
RGB
CMYK
RGB Variations
Color information
#C253DE (or 0xC253DE) is known color: Medium Orchid. HEX triplet: C2, 53 and DE. RGB value is (194,83,222). Sum of RGB (Red+Green+Blue) = 194+83+222=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 83 (32.81% from 255 or 16.63% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #C253DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C253DE is #3DAC21. Grayscale: #838383. Windows color (decimal): -4041762 or 14570434. OLE color: 14570434.
HSL color Cylindrical-coordinate representation of color #C253DE: hue angle of 287.91º degrees, saturation: 0.68, 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 #C253DE is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 83 | 222 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.13 |
| HSL | 287.91º | 0.68% | 0.6% | - |
| HSV(B) | 287.91º | 0.63% | 0.87% | - |
| XYZ | 38.53 | 22.93 | 71.5 | - |
| YUV | 132.04 | 178.77 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 222 | 0.13 | 0.63 | 0 | 0.13 | 287.91 | 0.68 | 0.6 |
| Hex | C2 | 53 | DE | D | 3F | 0 | D | 120 | 44 | 3C |
| Octal | 302 | 123 | 336 | 15 | 77 | 0 | 15 | 440 | 104 | 74 |
| Binary | 11000010 | 1010011 | 11011110 | 1101 | 111111 | 0 | 1101 | 100100000 | 1000100 | 111100 |
Color Harmonies of #C253DE
Complementary color
Monochromatic Colors of #C253DE
Black with #C253DE
Text Example
Text Example
White with #C253DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C253DE; }
p { color: rgb(194,83,222); }
H1.HeaderClassName
{
color: #C253DE;
}
.AnyTagClassName
{
color: #C253DE;
}
</style>
background-color css
<style>
a { background-color: #C253DE; }
a { background-color: rgb(194,83,222); }
div.DivClassName
{
background-color: #C253DE;
}
.BgClassName
{
background-color: #C253DE;
}
</style>
border-color css
<style>
span { border-color: #C253DE; }
span { border-color: rgb(194,83,222); }
td.TdClassName
{
border-color: #C253DE;
}
.TagClassName
{
border-color: #C253DE;
}
</style>