Shades of Medium Orchid #C632DC
Tints of Medium Orchid #C632DC
RGB
CMYK
RGB Variations
Color information
#C632DC (or 0xC632DC) is known color: Medium Orchid. HEX triplet: C6, 32 and DC. RGB value is (198,50,220). Sum of RGB (Red+Green+Blue) = 198+50+220=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 50 (19.92% from 255 or 10.68% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #C632DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C632DC is #39CD23. Grayscale: #717171. Windows color (decimal): -3788068 or 14430918. OLE color: 14430918.
HSL color Cylindrical-coordinate representation of color #C632DC: hue angle of 292.24º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C632DC is Cyan = 0.1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 50 | 220 | - |
| CMYK | 0.1 | 0.77 | 0 | 0.14 |
| HSL | 292.24º | 0.71% | 0.53% | - |
| HSV(B) | 292.24º | 0.77% | 0.86% | - |
| XYZ | 37.35 | 19.45 | 69.5 | - |
| YUV | 113.63 | 188.03 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 50 | 220 | 0.1 | 0.77 | 0 | 0.14 | 292.24 | 0.71 | 0.53 |
| Hex | C6 | 32 | DC | A | 4D | 0 | E | 124 | 47 | 35 |
| Octal | 306 | 62 | 334 | 12 | 115 | 0 | 16 | 444 | 107 | 65 |
| Binary | 11000110 | 110010 | 11011100 | 1010 | 1001101 | 0 | 1110 | 100100100 | 1000111 | 110101 |
Color Harmonies of #C632DC
Complementary color
Monochromatic Colors of #C632DC
Black with #C632DC
Text Example
Text Example
White with #C632DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C632DC; }
p { color: rgb(198,50,220); }
H1.HeaderClassName
{
color: #C632DC;
}
.AnyTagClassName
{
color: #C632DC;
}
</style>
background-color css
<style>
a { background-color: #C632DC; }
a { background-color: rgb(198,50,220); }
div.DivClassName
{
background-color: #C632DC;
}
.BgClassName
{
background-color: #C632DC;
}
</style>
border-color css
<style>
span { border-color: #C632DC; }
span { border-color: rgb(198,50,220); }
td.TdClassName
{
border-color: #C632DC;
}
.TagClassName
{
border-color: #C632DC;
}
</style>