Shades of Medium Orchid #C632EE
Tints of Medium Orchid #C632EE
RGB
CMYK
RGB Variations
Color information
#C632EE (or 0xC632EE) is known color: Medium Orchid. HEX triplet: C6, 32 and EE. RGB value is (198,50,238). Sum of RGB (Red+Green+Blue) = 198+50+238=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 50 (19.92% from 255 or 10.29% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #C632EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C632EE is #39CD11. Grayscale: #737373. Windows color (decimal): -3788050 or 15610566. OLE color: 15610566.
HSL color Cylindrical-coordinate representation of color #C632EE: hue angle of 287.23º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C632EE is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 50 | 238 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.07 |
| HSL | 287.23º | 0.85% | 0.56% | - |
| HSV(B) | 287.23º | 0.79% | 0.93% | - |
| XYZ | 39.86 | 20.46 | 82.74 | - |
| YUV | 115.68 | 197.03 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 50 | 238 | 0.17 | 0.79 | 0 | 0.07 | 287.23 | 0.85 | 0.56 |
| Hex | C6 | 32 | EE | 11 | 4F | 0 | 7 | 11F | 55 | 38 |
| Octal | 306 | 62 | 356 | 21 | 117 | 0 | 7 | 437 | 125 | 70 |
| Binary | 11000110 | 110010 | 11101110 | 10001 | 1001111 | 0 | 111 | 100011111 | 1010101 | 111000 |
Color Harmonies of #C632EE
Complementary color
Monochromatic Colors of #C632EE
Black with #C632EE
Text Example
Text Example
White with #C632EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C632EE; }
p { color: rgb(198,50,238); }
H1.HeaderClassName
{
color: #C632EE;
}
.AnyTagClassName
{
color: #C632EE;
}
</style>
background-color css
<style>
a { background-color: #C632EE; }
a { background-color: rgb(198,50,238); }
div.DivClassName
{
background-color: #C632EE;
}
.BgClassName
{
background-color: #C632EE;
}
</style>
border-color css
<style>
span { border-color: #C632EE; }
span { border-color: rgb(198,50,238); }
td.TdClassName
{
border-color: #C632EE;
}
.TagClassName
{
border-color: #C632EE;
}
</style>