Shades of Medium Orchid #C639DB
Tints of Medium Orchid #C639DB
RGB
CMYK
RGB Variations
Color information
#C639DB (or 0xC639DB) is known color: Medium Orchid. HEX triplet: C6, 39 and DB. RGB value is (198,57,219). Sum of RGB (Red+Green+Blue) = 198+57+219=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 57 (22.66% from 255 or 12.03% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #C639DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C639DB is #39C624. Grayscale: #757575. Windows color (decimal): -3786277 or 14367174. OLE color: 14367174.
HSL color Cylindrical-coordinate representation of color #C639DB: hue angle of 292.22º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C639DB is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 57 | 219 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.14 |
| HSL | 292.22º | 0.69% | 0.54% | - |
| HSV(B) | 292.22º | 0.74% | 0.86% | - |
| XYZ | 37.54 | 20.05 | 68.91 | - |
| YUV | 117.63 | 185.21 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 57 | 219 | 0.10 | 0.74 | 0 | 0.14 | 292.22 | 0.69 | 0.54 |
| Hex | C6 | 39 | DB | A | 4A | 0 | E | 124 | 45 | 36 |
| Octal | 306 | 71 | 333 | 12 | 112 | 0 | 16 | 444 | 105 | 66 |
| Binary | 11000110 | 111001 | 11011011 | 1010 | 1001010 | 0 | 1110 | 100100100 | 1000101 | 110110 |
Color Harmonies of #C639DB
Complementary color
Monochromatic Colors of #C639DB
Black with #C639DB
Text Example
Text Example
White with #C639DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C639DB; }
p { color: rgb(198,57,219); }
H1.HeaderClassName
{
color: #C639DB;
}
.AnyTagClassName
{
color: #C639DB;
}
</style>
background-color css
<style>
a { background-color: #C639DB; }
a { background-color: rgb(198,57,219); }
div.DivClassName
{
background-color: #C639DB;
}
.BgClassName
{
background-color: #C639DB;
}
</style>
border-color css
<style>
span { border-color: #C639DB; }
span { border-color: rgb(198,57,219); }
td.TdClassName
{
border-color: #C639DB;
}
.TagClassName
{
border-color: #C639DB;
}
</style>