Shades of Medium Orchid #C053E5
Tints of Medium Orchid #C053E5
RGB
CMYK
RGB Variations
Color information
#C053E5 (or 0xC053E5) is known color: Medium Orchid. HEX triplet: C0, 53 and E5. RGB value is (192,83,229). Sum of RGB (Red+Green+Blue) = 192+83+229=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 83 (32.81% from 255 or 16.47% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 229 - color contains mainly: blue. Hex color #C053E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C053E5 is #3FAC1A. Grayscale: #838383. Windows color (decimal): -4172827 or 15029184. OLE color: 15029184.
HSL color Cylindrical-coordinate representation of color #C053E5: hue angle of 284.79º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C053E5 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 83 | 229 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.10 |
| HSL | 284.79º | 0.74% | 0.61% | - |
| HSV(B) | 284.79º | 0.64% | 0.9% | - |
| XYZ | 38.97 | 23.05 | 76.52 | - |
| YUV | 132.24 | 182.61 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 229 | 0.16 | 0.64 | 0 | 0.10 | 284.79 | 0.74 | 0.61 |
| Hex | C0 | 53 | E5 | 10 | 40 | 0 | A | 11D | 4A | 3D |
| Octal | 300 | 123 | 345 | 20 | 100 | 0 | 12 | 435 | 112 | 75 |
| Binary | 11000000 | 1010011 | 11100101 | 10000 | 1000000 | 0 | 1010 | 100011101 | 1001010 | 111101 |
Color Harmonies of #C053E5
Complementary color
Monochromatic Colors of #C053E5
Black with #C053E5
Text Example
Text Example
White with #C053E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C053E5; }
p { color: rgb(192,83,229); }
H1.HeaderClassName
{
color: #C053E5;
}
.AnyTagClassName
{
color: #C053E5;
}
</style>
background-color css
<style>
a { background-color: #C053E5; }
a { background-color: rgb(192,83,229); }
div.DivClassName
{
background-color: #C053E5;
}
.BgClassName
{
background-color: #C053E5;
}
</style>
border-color css
<style>
span { border-color: #C053E5; }
span { border-color: rgb(192,83,229); }
td.TdClassName
{
border-color: #C053E5;
}
.TagClassName
{
border-color: #C053E5;
}
</style>