Shades of Medium Orchid #C053DE
Tints of Medium Orchid #C053DE
RGB
CMYK
RGB Variations
Color information
#C053DE (or 0xC053DE) is known color: Medium Orchid. HEX triplet: C0, 53 and DE. RGB value is (192,83,222). Sum of RGB (Red+Green+Blue) = 192+83+222=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 83 (32.81% from 255 or 16.70% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #C053DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C053DE is #3FAC21. Grayscale: #828282. Windows color (decimal): -4172834 or 14570432. OLE color: 14570432.
HSL color Cylindrical-coordinate representation of color #C053DE: hue angle of 287.05º 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 #C053DE is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 83 | 222 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.13 |
| HSL | 287.05º | 0.68% | 0.6% | - |
| HSV(B) | 287.05º | 0.63% | 0.87% | - |
| XYZ | 38.02 | 22.67 | 71.48 | - |
| YUV | 131.44 | 179.11 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 222 | 0.14 | 0.63 | 0 | 0.13 | 287.05 | 0.68 | 0.6 |
| Hex | C0 | 53 | DE | E | 3F | 0 | D | 11F | 44 | 3C |
| Octal | 300 | 123 | 336 | 16 | 77 | 0 | 15 | 437 | 104 | 74 |
| Binary | 11000000 | 1010011 | 11011110 | 1110 | 111111 | 0 | 1101 | 100011111 | 1000100 | 111100 |
Color Harmonies of #C053DE
Complementary color
Monochromatic Colors of #C053DE
Black with #C053DE
Text Example
Text Example
White with #C053DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C053DE; }
p { color: rgb(192,83,222); }
H1.HeaderClassName
{
color: #C053DE;
}
.AnyTagClassName
{
color: #C053DE;
}
</style>
background-color css
<style>
a { background-color: #C053DE; }
a { background-color: rgb(192,83,222); }
div.DivClassName
{
background-color: #C053DE;
}
.BgClassName
{
background-color: #C053DE;
}
</style>
border-color css
<style>
span { border-color: #C053DE; }
span { border-color: rgb(192,83,222); }
td.TdClassName
{
border-color: #C053DE;
}
.TagClassName
{
border-color: #C053DE;
}
</style>