Shades of Medium Orchid #C732F3
Tints of Medium Orchid #C732F3
RGB
CMYK
RGB Variations
Color information
#C732F3 (or 0xC732F3) is known color: Medium Orchid. HEX triplet: C7, 32 and F3. RGB value is (199,50,243). Sum of RGB (Red+Green+Blue) = 199+50+243=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 50 (19.92% from 255 or 10.16% from 492); Blue value is 243 (95.31% from 255 or 49.39% from 492); Max value from RGB is 243 - color contains mainly: blue. Hex color #C732F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C732F3 is #38CD0C. Grayscale: #737373. Windows color (decimal): -3722509 or 15938247. OLE color: 15938247.
HSL color Cylindrical-coordinate representation of color #C732F3: hue angle of 286.32º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C732F3 is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 50 | 243 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.05 |
| HSL | 286.32º | 0.89% | 0.57% | - |
| HSV(B) | 286.32º | 0.79% | 0.95% | - |
| XYZ | 40.87 | 20.89 | 86.67 | - |
| YUV | 116.55 | 199.36 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 243 | 0.18 | 0.79 | 0 | 0.05 | 286.32 | 0.89 | 0.57 |
| Hex | C7 | 32 | F3 | 12 | 4F | 0 | 5 | 11E | 59 | 39 |
| Octal | 307 | 62 | 363 | 22 | 117 | 0 | 5 | 436 | 131 | 71 |
| Binary | 11000111 | 110010 | 11110011 | 10010 | 1001111 | 0 | 101 | 100011110 | 1011001 | 111001 |
Color Harmonies of #C732F3
Complementary color
Monochromatic Colors of #C732F3
Black with #C732F3
Text Example
Text Example
White with #C732F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C732F3; }
p { color: rgb(199,50,243); }
H1.HeaderClassName
{
color: #C732F3;
}
.AnyTagClassName
{
color: #C732F3;
}
</style>
background-color css
<style>
a { background-color: #C732F3; }
a { background-color: rgb(199,50,243); }
div.DivClassName
{
background-color: #C732F3;
}
.BgClassName
{
background-color: #C732F3;
}
</style>
border-color css
<style>
span { border-color: #C732F3; }
span { border-color: rgb(199,50,243); }
td.TdClassName
{
border-color: #C732F3;
}
.TagClassName
{
border-color: #C732F3;
}
</style>