Shades of Medium Orchid #C73DFF
Tints of Medium Orchid #C73DFF
RGB
CMYK
RGB Variations
Color information
#C73DFF (or 0xC73DFF) is known color: Medium Orchid. HEX triplet: C7, 3D and FF. RGB value is (199,61,255). Sum of RGB (Red+Green+Blue) = 199+61+255=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 61 (24.22% from 255 or 11.84% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #C73DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73DFF is #38C200. Grayscale: #7B7B7B. Windows color (decimal): -3719681 or 16727495. OLE color: 16727495.
HSL color Cylindrical-coordinate representation of color #C73DFF: hue angle of 282.68º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C73DFF is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 61 | 255 | - |
| CMYK | 0.22 | 0.76 | 0 | 0 |
| HSL | 282.68º | 1% | 0.62% | - |
| HSV(B) | 282.68º | 0.76% | 1% | - |
| XYZ | 43.27 | 22.7 | 96.71 | - |
| YUV | 124.38 | 201.72 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 61 | 255 | 0.22 | 0.76 | 0 | 0 | 282.68 | 1 | 0.62 |
| Hex | C7 | 3D | FF | 16 | 4C | 0 | 0 | 11B | 64 | 3E |
| Octal | 307 | 75 | 377 | 26 | 114 | 0 | 0 | 433 | 144 | 76 |
| Binary | 11000111 | 111101 | 11111111 | 10110 | 1001100 | 0 | 0 | 100011011 | 1100100 | 111110 |
Color Harmonies of #C73DFF
Complementary color
Monochromatic Colors of #C73DFF
Black with #C73DFF
Text Example
Text Example
White with #C73DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73DFF; }
p { color: rgb(199,61,255); }
H1.HeaderClassName
{
color: #C73DFF;
}
.AnyTagClassName
{
color: #C73DFF;
}
</style>
background-color css
<style>
a { background-color: #C73DFF; }
a { background-color: rgb(199,61,255); }
div.DivClassName
{
background-color: #C73DFF;
}
.BgClassName
{
background-color: #C73DFF;
}
</style>
border-color css
<style>
span { border-color: #C73DFF; }
span { border-color: rgb(199,61,255); }
td.TdClassName
{
border-color: #C73DFF;
}
.TagClassName
{
border-color: #C73DFF;
}
</style>