Shades of Medium Orchid #C632D3
Tints of Medium Orchid #C632D3
RGB
CMYK
RGB Variations
Color information
#C632D3 (or 0xC632D3) is known color: Medium Orchid. HEX triplet: C6, 32 and D3. RGB value is (198,50,211). Sum of RGB (Red+Green+Blue) = 198+50+211=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 50 (19.92% from 255 or 10.89% from 459); Blue value is 211 (82.81% from 255 or 45.97% from 459); Max value from RGB is 211 - color contains mainly: blue. Hex color #C632D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C632D3 is #39CD2C. Grayscale: #707070. Windows color (decimal): -3788077 or 13841094. OLE color: 13841094.
HSL color Cylindrical-coordinate representation of color #C632D3: hue angle of 295.16º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C632D3 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 50 | 211 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.17 |
| HSL | 295.16º | 0.65% | 0.51% | - |
| HSV(B) | 295.16º | 0.76% | 0.83% | - |
| XYZ | 36.19 | 18.99 | 63.39 | - |
| YUV | 112.61 | 183.53 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 50 | 211 | 0.06 | 0.76 | 0 | 0.17 | 295.16 | 0.65 | 0.51 |
| Hex | C6 | 32 | D3 | 6 | 4C | 0 | 11 | 127 | 41 | 33 |
| Octal | 306 | 62 | 323 | 6 | 114 | 0 | 21 | 447 | 101 | 63 |
| Binary | 11000110 | 110010 | 11010011 | 110 | 1001100 | 0 | 10001 | 100100111 | 1000001 | 110011 |
Color Harmonies of #C632D3
Complementary color
Monochromatic Colors of #C632D3
Black with #C632D3
Text Example
Text Example
White with #C632D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C632D3; }
p { color: rgb(198,50,211); }
H1.HeaderClassName
{
color: #C632D3;
}
.AnyTagClassName
{
color: #C632D3;
}
</style>
background-color css
<style>
a { background-color: #C632D3; }
a { background-color: rgb(198,50,211); }
div.DivClassName
{
background-color: #C632D3;
}
.BgClassName
{
background-color: #C632D3;
}
</style>
border-color css
<style>
span { border-color: #C632D3; }
span { border-color: rgb(198,50,211); }
td.TdClassName
{
border-color: #C632D3;
}
.TagClassName
{
border-color: #C632D3;
}
</style>