Shades of Medium Orchid #C634DB
Tints of Medium Orchid #C634DB
RGB
CMYK
RGB Variations
Color information
#C634DB (or 0xC634DB) is known color: Medium Orchid. HEX triplet: C6, 34 and DB. RGB value is (198,52,219). Sum of RGB (Red+Green+Blue) = 198+52+219=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 52 (20.70% from 255 or 11.09% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #C634DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C634DB is #39CB24. Grayscale: #727272. Windows color (decimal): -3787557 or 14365894. OLE color: 14365894.
HSL color Cylindrical-coordinate representation of color #C634DB: hue angle of 292.46º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C634DB is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 52 | 219 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.14 |
| HSL | 292.46º | 0.7% | 0.53% | - |
| HSV(B) | 292.46º | 0.76% | 0.86% | - |
| XYZ | 37.3 | 19.58 | 68.83 | - |
| YUV | 114.69 | 186.87 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 52 | 219 | 0.10 | 0.76 | 0 | 0.14 | 292.46 | 0.7 | 0.53 |
| Hex | C6 | 34 | DB | A | 4C | 0 | E | 124 | 46 | 35 |
| Octal | 306 | 64 | 333 | 12 | 114 | 0 | 16 | 444 | 106 | 65 |
| Binary | 11000110 | 110100 | 11011011 | 1010 | 1001100 | 0 | 1110 | 100100100 | 1000110 | 110101 |
Color Harmonies of #C634DB
Complementary color
Monochromatic Colors of #C634DB
Black with #C634DB
Text Example
Text Example
White with #C634DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C634DB; }
p { color: rgb(198,52,219); }
H1.HeaderClassName
{
color: #C634DB;
}
.AnyTagClassName
{
color: #C634DB;
}
</style>
background-color css
<style>
a { background-color: #C634DB; }
a { background-color: rgb(198,52,219); }
div.DivClassName
{
background-color: #C634DB;
}
.BgClassName
{
background-color: #C634DB;
}
</style>
border-color css
<style>
span { border-color: #C634DB; }
span { border-color: rgb(198,52,219); }
td.TdClassName
{
border-color: #C634DB;
}
.TagClassName
{
border-color: #C634DB;
}
</style>