Shades of Medium Orchid #C632D2
Tints of Medium Orchid #C632D2
RGB
CMYK
RGB Variations
Color information
#C632D2 (or 0xC632D2) is known color: Medium Orchid. HEX triplet: C6, 32 and D2. RGB value is (198,50,210). Sum of RGB (Red+Green+Blue) = 198+50+210=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 50 (19.92% from 255 or 10.92% from 458); Blue value is 210 (82.42% from 255 or 45.85% from 458); Max value from RGB is 210 - color contains mainly: blue. Hex color #C632D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C632D2 is #39CD2D. Grayscale: #707070. Windows color (decimal): -3788078 or 13775558. OLE color: 13775558.
HSL color Cylindrical-coordinate representation of color #C632D2: hue angle of 295.5º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C632D2 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 50 | 210 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.18 |
| HSL | 295.5º | 0.64% | 0.51% | - |
| HSV(B) | 295.5º | 0.76% | 0.82% | - |
| XYZ | 36.06 | 18.94 | 62.73 | - |
| YUV | 112.49 | 183.03 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 50 | 210 | 0.06 | 0.76 | 0 | 0.18 | 295.5 | 0.64 | 0.51 |
| Hex | C6 | 32 | D2 | 6 | 4C | 0 | 12 | 128 | 40 | 33 |
| Octal | 306 | 62 | 322 | 6 | 114 | 0 | 22 | 450 | 100 | 63 |
| Binary | 11000110 | 110010 | 11010010 | 110 | 1001100 | 0 | 10010 | 100101000 | 1000000 | 110011 |
Color Harmonies of #C632D2
Complementary color
Monochromatic Colors of #C632D2
Black with #C632D2
Text Example
Text Example
White with #C632D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C632D2; }
p { color: rgb(198,50,210); }
H1.HeaderClassName
{
color: #C632D2;
}
.AnyTagClassName
{
color: #C632D2;
}
</style>
background-color css
<style>
a { background-color: #C632D2; }
a { background-color: rgb(198,50,210); }
div.DivClassName
{
background-color: #C632D2;
}
.BgClassName
{
background-color: #C632D2;
}
</style>
border-color css
<style>
span { border-color: #C632D2; }
span { border-color: rgb(198,50,210); }
td.TdClassName
{
border-color: #C632D2;
}
.TagClassName
{
border-color: #C632D2;
}
</style>