Shades of Medium Orchid #C732EF
Tints of Medium Orchid #C732EF
RGB
CMYK
RGB Variations
Color information
#C732EF (or 0xC732EF) is known color: Medium Orchid. HEX triplet: C7, 32 and EF. RGB value is (199,50,239). Sum of RGB (Red+Green+Blue) = 199+50+239=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 50 (19.92% from 255 or 10.25% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #C732EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C732EF is #38CD10. Grayscale: #737373. Windows color (decimal): -3722513 or 15676103. OLE color: 15676103.
HSL color Cylindrical-coordinate representation of color #C732EF: hue angle of 287.3º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C732EF is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 50 | 239 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.06 |
| HSL | 287.3º | 0.86% | 0.57% | - |
| HSV(B) | 287.3º | 0.79% | 0.94% | - |
| XYZ | 40.27 | 20.66 | 83.53 | - |
| YUV | 116.1 | 197.36 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 239 | 0.17 | 0.79 | 0 | 0.06 | 287.3 | 0.86 | 0.57 |
| Hex | C7 | 32 | EF | 11 | 4F | 0 | 6 | 11F | 56 | 39 |
| Octal | 307 | 62 | 357 | 21 | 117 | 0 | 6 | 437 | 126 | 71 |
| Binary | 11000111 | 110010 | 11101111 | 10001 | 1001111 | 0 | 110 | 100011111 | 1010110 | 111001 |
Color Harmonies of #C732EF
Complementary color
Monochromatic Colors of #C732EF
Black with #C732EF
Text Example
Text Example
White with #C732EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C732EF; }
p { color: rgb(199,50,239); }
H1.HeaderClassName
{
color: #C732EF;
}
.AnyTagClassName
{
color: #C732EF;
}
</style>
background-color css
<style>
a { background-color: #C732EF; }
a { background-color: rgb(199,50,239); }
div.DivClassName
{
background-color: #C732EF;
}
.BgClassName
{
background-color: #C732EF;
}
</style>
border-color css
<style>
span { border-color: #C732EF; }
span { border-color: rgb(199,50,239); }
td.TdClassName
{
border-color: #C732EF;
}
.TagClassName
{
border-color: #C732EF;
}
</style>