Shades of Medium Orchid #C438DA
Tints of Medium Orchid #C438DA
RGB
CMYK
RGB Variations
Color information
#C438DA (or 0xC438DA) is known color: Medium Orchid. HEX triplet: C4, 38 and DA. RGB value is (196,56,218). Sum of RGB (Red+Green+Blue) = 196+56+218=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 56 (22.27% from 255 or 11.91% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #C438DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C438DA is #3BC725. Grayscale: #737373. Windows color (decimal): -3917606 or 14301380. OLE color: 14301380.
HSL color Cylindrical-coordinate representation of color #C438DA: hue angle of 291.85º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C438DA is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 56 | 218 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.15 |
| HSL | 291.85º | 0.69% | 0.54% | - |
| HSV(B) | 291.85º | 0.74% | 0.85% | - |
| XYZ | 36.83 | 19.63 | 68.18 | - |
| YUV | 116.33 | 185.38 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 56 | 218 | 0.10 | 0.74 | 0 | 0.15 | 291.85 | 0.69 | 0.54 |
| Hex | C4 | 38 | DA | A | 4A | 0 | F | 124 | 45 | 36 |
| Octal | 304 | 70 | 332 | 12 | 112 | 0 | 17 | 444 | 105 | 66 |
| Binary | 11000100 | 111000 | 11011010 | 1010 | 1001010 | 0 | 1111 | 100100100 | 1000101 | 110110 |
Color Harmonies of #C438DA
Complementary color
Monochromatic Colors of #C438DA
Black with #C438DA
Text Example
Text Example
White with #C438DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C438DA; }
p { color: rgb(196,56,218); }
H1.HeaderClassName
{
color: #C438DA;
}
.AnyTagClassName
{
color: #C438DA;
}
</style>
background-color css
<style>
a { background-color: #C438DA; }
a { background-color: rgb(196,56,218); }
div.DivClassName
{
background-color: #C438DA;
}
.BgClassName
{
background-color: #C438DA;
}
</style>
border-color css
<style>
span { border-color: #C438DA; }
span { border-color: rgb(196,56,218); }
td.TdClassName
{
border-color: #C438DA;
}
.TagClassName
{
border-color: #C438DA;
}
</style>