Shades of Medium Orchid #C438DB
Tints of Medium Orchid #C438DB
RGB
CMYK
RGB Variations
Color information
#C438DB (or 0xC438DB) is known color: Medium Orchid. HEX triplet: C4, 38 and DB. RGB value is (196,56,219). Sum of RGB (Red+Green+Blue) = 196+56+219=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 56 (22.27% from 255 or 11.89% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #C438DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C438DB is #3BC724. Grayscale: #737373. Windows color (decimal): -3917605 or 14366916. OLE color: 14366916.
HSL color Cylindrical-coordinate representation of color #C438DB: hue angle of 291.53º 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 #C438DB is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 56 | 219 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.14 |
| HSL | 291.53º | 0.69% | 0.54% | - |
| HSV(B) | 291.53º | 0.74% | 0.86% | - |
| XYZ | 36.97 | 19.68 | 68.87 | - |
| YUV | 116.44 | 185.88 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 56 | 219 | 0.11 | 0.74 | 0 | 0.14 | 291.53 | 0.69 | 0.54 |
| Hex | C4 | 38 | DB | B | 4A | 0 | E | 124 | 45 | 36 |
| Octal | 304 | 70 | 333 | 13 | 112 | 0 | 16 | 444 | 105 | 66 |
| Binary | 11000100 | 111000 | 11011011 | 1011 | 1001010 | 0 | 1110 | 100100100 | 1000101 | 110110 |
Color Harmonies of #C438DB
Complementary color
Monochromatic Colors of #C438DB
Black with #C438DB
Text Example
Text Example
White with #C438DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C438DB; }
p { color: rgb(196,56,219); }
H1.HeaderClassName
{
color: #C438DB;
}
.AnyTagClassName
{
color: #C438DB;
}
</style>
background-color css
<style>
a { background-color: #C438DB; }
a { background-color: rgb(196,56,219); }
div.DivClassName
{
background-color: #C438DB;
}
.BgClassName
{
background-color: #C438DB;
}
</style>
border-color css
<style>
span { border-color: #C438DB; }
span { border-color: rgb(196,56,219); }
td.TdClassName
{
border-color: #C438DB;
}
.TagClassName
{
border-color: #C438DB;
}
</style>