Shades of Medium Orchid #C630DB
Tints of Medium Orchid #C630DB
RGB
CMYK
RGB Variations
Color information
#C630DB (or 0xC630DB) is known color: Medium Orchid. HEX triplet: C6, 30 and DB. RGB value is (198,48,219). Sum of RGB (Red+Green+Blue) = 198+48+219=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 48 (19.14% from 255 or 10.32% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #C630DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C630DB is #39CF24. Grayscale: #6F6F6F. Windows color (decimal): -3788581 or 14364870. OLE color: 14364870.
HSL color Cylindrical-coordinate representation of color #C630DB: hue angle of 292.63º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C630DB is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 48 | 219 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.14 |
| HSL | 292.63º | 0.7% | 0.52% | - |
| HSV(B) | 292.63º | 0.78% | 0.86% | - |
| XYZ | 37.13 | 19.23 | 68.77 | - |
| YUV | 112.34 | 188.2 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 48 | 219 | 0.10 | 0.78 | 0 | 0.14 | 292.63 | 0.7 | 0.52 |
| Hex | C6 | 30 | DB | A | 4E | 0 | E | 125 | 46 | 34 |
| Octal | 306 | 60 | 333 | 12 | 116 | 0 | 16 | 445 | 106 | 64 |
| Binary | 11000110 | 110000 | 11011011 | 1010 | 1001110 | 0 | 1110 | 100100101 | 1000110 | 110100 |
Color Harmonies of #C630DB
Complementary color
Monochromatic Colors of #C630DB
Black with #C630DB
Text Example
Text Example
White with #C630DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C630DB; }
p { color: rgb(198,48,219); }
H1.HeaderClassName
{
color: #C630DB;
}
.AnyTagClassName
{
color: #C630DB;
}
</style>
background-color css
<style>
a { background-color: #C630DB; }
a { background-color: rgb(198,48,219); }
div.DivClassName
{
background-color: #C630DB;
}
.BgClassName
{
background-color: #C630DB;
}
</style>
border-color css
<style>
span { border-color: #C630DB; }
span { border-color: rgb(198,48,219); }
td.TdClassName
{
border-color: #C630DB;
}
.TagClassName
{
border-color: #C630DB;
}
</style>