Shades of Medium Orchid #C732EB
Tints of Medium Orchid #C732EB
RGB
CMYK
RGB Variations
Color information
#C732EB (or 0xC732EB) is known color: Medium Orchid. HEX triplet: C7, 32 and EB. RGB value is (199,50,235). Sum of RGB (Red+Green+Blue) = 199+50+235=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 50 (19.92% from 255 or 10.33% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #C732EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C732EB is #38CD14. Grayscale: #737373. Windows color (decimal): -3722517 or 15413959. OLE color: 15413959.
HSL color Cylindrical-coordinate representation of color #C732EB: hue angle of 288.32º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C732EB is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 50 | 235 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.08 |
| HSL | 288.32º | 0.82% | 0.56% | - |
| HSV(B) | 288.32º | 0.79% | 0.92% | - |
| XYZ | 39.69 | 20.42 | 80.45 | - |
| YUV | 115.64 | 195.36 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 235 | 0.15 | 0.79 | 0 | 0.08 | 288.32 | 0.82 | 0.56 |
| Hex | C7 | 32 | EB | F | 4F | 0 | 8 | 120 | 52 | 38 |
| Octal | 307 | 62 | 353 | 17 | 117 | 0 | 10 | 440 | 122 | 70 |
| Binary | 11000111 | 110010 | 11101011 | 1111 | 1001111 | 0 | 1000 | 100100000 | 1010010 | 111000 |
Color Harmonies of #C732EB
Complementary color
Monochromatic Colors of #C732EB
Black with #C732EB
Text Example
Text Example
White with #C732EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C732EB; }
p { color: rgb(199,50,235); }
H1.HeaderClassName
{
color: #C732EB;
}
.AnyTagClassName
{
color: #C732EB;
}
</style>
background-color css
<style>
a { background-color: #C732EB; }
a { background-color: rgb(199,50,235); }
div.DivClassName
{
background-color: #C732EB;
}
.BgClassName
{
background-color: #C732EB;
}
</style>
border-color css
<style>
span { border-color: #C732EB; }
span { border-color: rgb(199,50,235); }
td.TdClassName
{
border-color: #C732EB;
}
.TagClassName
{
border-color: #C732EB;
}
</style>