Shades of Medium Orchid #C053E7
Tints of Medium Orchid #C053E7
RGB
CMYK
RGB Variations
Color information
#C053E7 (or 0xC053E7) is known color: Medium Orchid. HEX triplet: C0, 53 and E7. RGB value is (192,83,231). Sum of RGB (Red+Green+Blue) = 192+83+231=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 83 (32.81% from 255 or 16.40% from 506); Blue value is 231 (90.62% from 255 or 45.65% from 506); Max value from RGB is 231 - color contains mainly: blue. Hex color #C053E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C053E7 is #3FAC18. Grayscale: #838383. Windows color (decimal): -4172825 or 15160256. OLE color: 15160256.
HSL color Cylindrical-coordinate representation of color #C053E7: hue angle of 284.19º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C053E7 is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 83 | 231 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.09 |
| HSL | 284.19º | 0.76% | 0.62% | - |
| HSV(B) | 284.19º | 0.64% | 0.91% | - |
| XYZ | 39.26 | 23.16 | 78 | - |
| YUV | 132.46 | 183.61 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 231 | 0.17 | 0.64 | 0 | 0.09 | 284.19 | 0.76 | 0.62 |
| Hex | C0 | 53 | E7 | 11 | 40 | 0 | 9 | 11C | 4C | 3E |
| Octal | 300 | 123 | 347 | 21 | 100 | 0 | 11 | 434 | 114 | 76 |
| Binary | 11000000 | 1010011 | 11100111 | 10001 | 1000000 | 0 | 1001 | 100011100 | 1001100 | 111110 |
Color Harmonies of #C053E7
Complementary color
Monochromatic Colors of #C053E7
Black with #C053E7
Text Example
Text Example
White with #C053E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C053E7; }
p { color: rgb(192,83,231); }
H1.HeaderClassName
{
color: #C053E7;
}
.AnyTagClassName
{
color: #C053E7;
}
</style>
background-color css
<style>
a { background-color: #C053E7; }
a { background-color: rgb(192,83,231); }
div.DivClassName
{
background-color: #C053E7;
}
.BgClassName
{
background-color: #C053E7;
}
</style>
border-color css
<style>
span { border-color: #C053E7; }
span { border-color: rgb(192,83,231); }
td.TdClassName
{
border-color: #C053E7;
}
.TagClassName
{
border-color: #C053E7;
}
</style>