Shades of Medium Orchid #C438D7
Tints of Medium Orchid #C438D7
RGB
CMYK
RGB Variations
Color information
#C438D7 (or 0xC438D7) is known color: Medium Orchid. HEX triplet: C4, 38 and D7. RGB value is (196,56,215). Sum of RGB (Red+Green+Blue) = 196+56+215=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 56 (22.27% from 255 or 11.99% from 467); Blue value is 215 (84.38% from 255 or 46.04% from 467); Max value from RGB is 215 - color contains mainly: blue. Hex color #C438D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C438D7 is #3BC728. Grayscale: #737373. Windows color (decimal): -3917609 or 14104772. OLE color: 14104772.
HSL color Cylindrical-coordinate representation of color #C438D7: hue angle of 292.83º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C438D7 is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 56 | 215 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.16 |
| HSL | 292.83º | 0.67% | 0.53% | - |
| HSV(B) | 292.83º | 0.74% | 0.84% | - |
| XYZ | 36.44 | 19.47 | 66.13 | - |
| YUV | 115.99 | 183.88 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 56 | 215 | 0.09 | 0.74 | 0 | 0.16 | 292.83 | 0.67 | 0.53 |
| Hex | C4 | 38 | D7 | 9 | 4A | 0 | 10 | 125 | 43 | 35 |
| Octal | 304 | 70 | 327 | 11 | 112 | 0 | 20 | 445 | 103 | 65 |
| Binary | 11000100 | 111000 | 11010111 | 1001 | 1001010 | 0 | 10000 | 100100101 | 1000011 | 110101 |
Color Harmonies of #C438D7
Complementary color
Monochromatic Colors of #C438D7
Black with #C438D7
Text Example
Text Example
White with #C438D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C438D7; }
p { color: rgb(196,56,215); }
H1.HeaderClassName
{
color: #C438D7;
}
.AnyTagClassName
{
color: #C438D7;
}
</style>
background-color css
<style>
a { background-color: #C438D7; }
a { background-color: rgb(196,56,215); }
div.DivClassName
{
background-color: #C438D7;
}
.BgClassName
{
background-color: #C438D7;
}
</style>
border-color css
<style>
span { border-color: #C438D7; }
span { border-color: rgb(196,56,215); }
td.TdClassName
{
border-color: #C438D7;
}
.TagClassName
{
border-color: #C438D7;
}
</style>