Shades of Medium Orchid #C632DF
Tints of Medium Orchid #C632DF
RGB
CMYK
RGB Variations
Color information
#C632DF (or 0xC632DF) is known color: Medium Orchid. HEX triplet: C6, 32 and DF. RGB value is (198,50,223). Sum of RGB (Red+Green+Blue) = 198+50+223=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 50 (19.92% from 255 or 10.62% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #C632DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C632DF is #39CD20. Grayscale: #717171. Windows color (decimal): -3788065 or 14627526. OLE color: 14627526.
HSL color Cylindrical-coordinate representation of color #C632DF: hue angle of 291.33º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C632DF is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 50 | 223 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.13 |
| HSL | 291.33º | 0.73% | 0.54% | - |
| HSV(B) | 291.33º | 0.78% | 0.87% | - |
| XYZ | 37.75 | 19.61 | 71.61 | - |
| YUV | 113.97 | 189.53 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 50 | 223 | 0.11 | 0.78 | 0 | 0.13 | 291.33 | 0.73 | 0.54 |
| Hex | C6 | 32 | DF | B | 4E | 0 | D | 123 | 49 | 36 |
| Octal | 306 | 62 | 337 | 13 | 116 | 0 | 15 | 443 | 111 | 66 |
| Binary | 11000110 | 110010 | 11011111 | 1011 | 1001110 | 0 | 1101 | 100100011 | 1001001 | 110110 |
Color Harmonies of #C632DF
Complementary color
Monochromatic Colors of #C632DF
Black with #C632DF
Text Example
Text Example
White with #C632DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C632DF; }
p { color: rgb(198,50,223); }
H1.HeaderClassName
{
color: #C632DF;
}
.AnyTagClassName
{
color: #C632DF;
}
</style>
background-color css
<style>
a { background-color: #C632DF; }
a { background-color: rgb(198,50,223); }
div.DivClassName
{
background-color: #C632DF;
}
.BgClassName
{
background-color: #C632DF;
}
</style>
border-color css
<style>
span { border-color: #C632DF; }
span { border-color: rgb(198,50,223); }
td.TdClassName
{
border-color: #C632DF;
}
.TagClassName
{
border-color: #C632DF;
}
</style>