Shades of Medium Orchid #C753EB
Tints of Medium Orchid #C753EB
RGB
CMYK
RGB Variations
Color information
#C753EB (or 0xC753EB) is known color: Medium Orchid. HEX triplet: C7, 53 and EB. RGB value is (199,83,235). Sum of RGB (Red+Green+Blue) = 199+83+235=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 83 (32.81% from 255 or 16.05% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #C753EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C753EB is #38AC14. Grayscale: #868686. Windows color (decimal): -3714069 or 15422407. OLE color: 15422407.
HSL color Cylindrical-coordinate representation of color #C753EB: hue angle of 285.79º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C753EB is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 83 | 235 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.08 |
| HSL | 285.79º | 0.79% | 0.62% | - |
| HSV(B) | 285.79º | 0.65% | 0.92% | - |
| XYZ | 41.64 | 24.33 | 81.1 | - |
| YUV | 135.01 | 184.43 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 235 | 0.15 | 0.65 | 0 | 0.08 | 285.79 | 0.79 | 0.62 |
| Hex | C7 | 53 | EB | F | 41 | 0 | 8 | 11E | 4F | 3E |
| Octal | 307 | 123 | 353 | 17 | 101 | 0 | 10 | 436 | 117 | 76 |
| Binary | 11000111 | 1010011 | 11101011 | 1111 | 1000001 | 0 | 1000 | 100011110 | 1001111 | 111110 |
Color Harmonies of #C753EB
Complementary color
Monochromatic Colors of #C753EB
Black with #C753EB
Text Example
Text Example
White with #C753EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C753EB; }
p { color: rgb(199,83,235); }
H1.HeaderClassName
{
color: #C753EB;
}
.AnyTagClassName
{
color: #C753EB;
}
</style>
background-color css
<style>
a { background-color: #C753EB; }
a { background-color: rgb(199,83,235); }
div.DivClassName
{
background-color: #C753EB;
}
.BgClassName
{
background-color: #C753EB;
}
</style>
border-color css
<style>
span { border-color: #C753EB; }
span { border-color: rgb(199,83,235); }
td.TdClassName
{
border-color: #C753EB;
}
.TagClassName
{
border-color: #C753EB;
}
</style>