Shades of Medium Orchid #C732F2
Tints of Medium Orchid #C732F2
RGB
CMYK
RGB Variations
Color information
#C732F2 (or 0xC732F2) is known color: Medium Orchid. HEX triplet: C7, 32 and F2. RGB value is (199,50,242). Sum of RGB (Red+Green+Blue) = 199+50+242=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 50 (19.92% from 255 or 10.18% from 491); Blue value is 242 (94.92% from 255 or 49.29% from 491); Max value from RGB is 242 - color contains mainly: blue. Hex color #C732F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C732F2 is #38CD0D. Grayscale: #737373. Windows color (decimal): -3722510 or 15872711. OLE color: 15872711.
HSL color Cylindrical-coordinate representation of color #C732F2: hue angle of 286.56º degrees, saturation: 0.88, 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 #C732F2 is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 50 | 242 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.05 |
| HSL | 286.56º | 0.88% | 0.57% | - |
| HSV(B) | 286.56º | 0.79% | 0.95% | - |
| XYZ | 40.72 | 20.83 | 85.88 | - |
| YUV | 116.44 | 198.86 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 242 | 0.18 | 0.79 | 0 | 0.05 | 286.56 | 0.88 | 0.57 |
| Hex | C7 | 32 | F2 | 12 | 4F | 0 | 5 | 11F | 58 | 39 |
| Octal | 307 | 62 | 362 | 22 | 117 | 0 | 5 | 437 | 130 | 71 |
| Binary | 11000111 | 110010 | 11110010 | 10010 | 1001111 | 0 | 101 | 100011111 | 1011000 | 111001 |
Color Harmonies of #C732F2
Complementary color
Monochromatic Colors of #C732F2
Black with #C732F2
Text Example
Text Example
White with #C732F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C732F2; }
p { color: rgb(199,50,242); }
H1.HeaderClassName
{
color: #C732F2;
}
.AnyTagClassName
{
color: #C732F2;
}
</style>
background-color css
<style>
a { background-color: #C732F2; }
a { background-color: rgb(199,50,242); }
div.DivClassName
{
background-color: #C732F2;
}
.BgClassName
{
background-color: #C732F2;
}
</style>
border-color css
<style>
span { border-color: #C732F2; }
span { border-color: rgb(199,50,242); }
td.TdClassName
{
border-color: #C732F2;
}
.TagClassName
{
border-color: #C732F2;
}
</style>