Shades of Medium Orchid #C73AFD
Tints of Medium Orchid #C73AFD
RGB
CMYK
RGB Variations
Color information
#C73AFD (or 0xC73AFD) is known color: Medium Orchid. HEX triplet: C7, 3A and FD. RGB value is (199,58,253). Sum of RGB (Red+Green+Blue) = 199+58+253=510 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.02% from 510); Green value is 58 (23.05% from 255 or 11.37% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #C73AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73AFD is #38C502. Grayscale: #797979. Windows color (decimal): -3720451 or 16595655. OLE color: 16595655.
HSL color Cylindrical-coordinate representation of color #C73AFD: hue angle of 283.38º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C73AFD is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 58 | 253 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.01 |
| HSL | 283.38º | 0.98% | 0.61% | - |
| HSV(B) | 283.38º | 0.77% | 0.99% | - |
| XYZ | 42.8 | 22.26 | 94.97 | - |
| YUV | 122.39 | 201.71 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 58 | 253 | 0.21 | 0.77 | 0 | 0.01 | 283.38 | 0.98 | 0.61 |
| Hex | C7 | 3A | FD | 15 | 4D | 0 | 1 | 11B | 62 | 3D |
| Octal | 307 | 72 | 375 | 25 | 115 | 0 | 1 | 433 | 142 | 75 |
| Binary | 11000111 | 111010 | 11111101 | 10101 | 1001101 | 0 | 1 | 100011011 | 1100010 | 111101 |
Color Harmonies of #C73AFD
Complementary color
Monochromatic Colors of #C73AFD
Black with #C73AFD
Text Example
Text Example
White with #C73AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73AFD; }
p { color: rgb(199,58,253); }
H1.HeaderClassName
{
color: #C73AFD;
}
.AnyTagClassName
{
color: #C73AFD;
}
</style>
background-color css
<style>
a { background-color: #C73AFD; }
a { background-color: rgb(199,58,253); }
div.DivClassName
{
background-color: #C73AFD;
}
.BgClassName
{
background-color: #C73AFD;
}
</style>
border-color css
<style>
span { border-color: #C73AFD; }
span { border-color: rgb(199,58,253); }
td.TdClassName
{
border-color: #C73AFD;
}
.TagClassName
{
border-color: #C73AFD;
}
</style>