Shades of Medium Orchid #C630DD
Tints of Medium Orchid #C630DD
RGB
CMYK
RGB Variations
Color information
#C630DD (or 0xC630DD) is known color: Medium Orchid. HEX triplet: C6, 30 and DD. RGB value is (198,48,221). Sum of RGB (Red+Green+Blue) = 198+48+221=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 48 (19.14% from 255 or 10.28% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #C630DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C630DD is #39CF22. Grayscale: #707070. Windows color (decimal): -3788579 or 14495942. OLE color: 14495942.
HSL color Cylindrical-coordinate representation of color #C630DD: hue angle of 292.02º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C630DD is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 48 | 221 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.13 |
| HSL | 292.02º | 0.72% | 0.53% | - |
| HSV(B) | 292.02º | 0.78% | 0.87% | - |
| XYZ | 37.4 | 19.34 | 70.17 | - |
| YUV | 112.57 | 189.2 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 48 | 221 | 0.10 | 0.78 | 0 | 0.13 | 292.02 | 0.72 | 0.53 |
| Hex | C6 | 30 | DD | A | 4E | 0 | D | 124 | 48 | 35 |
| Octal | 306 | 60 | 335 | 12 | 116 | 0 | 15 | 444 | 110 | 65 |
| Binary | 11000110 | 110000 | 11011101 | 1010 | 1001110 | 0 | 1101 | 100100100 | 1001000 | 110101 |
Color Harmonies of #C630DD
Complementary color
Monochromatic Colors of #C630DD
Black with #C630DD
Text Example
Text Example
White with #C630DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C630DD; }
p { color: rgb(198,48,221); }
H1.HeaderClassName
{
color: #C630DD;
}
.AnyTagClassName
{
color: #C630DD;
}
</style>
background-color css
<style>
a { background-color: #C630DD; }
a { background-color: rgb(198,48,221); }
div.DivClassName
{
background-color: #C630DD;
}
.BgClassName
{
background-color: #C630DD;
}
</style>
border-color css
<style>
span { border-color: #C630DD; }
span { border-color: rgb(198,48,221); }
td.TdClassName
{
border-color: #C630DD;
}
.TagClassName
{
border-color: #C630DD;
}
</style>