Shades of Medium Orchid #C438F4
Tints of Medium Orchid #C438F4
RGB
CMYK
RGB Variations
Color information
#C438F4 (or 0xC438F4) is known color: Medium Orchid. HEX triplet: C4, 38 and F4. RGB value is (196,56,244). Sum of RGB (Red+Green+Blue) = 196+56+244=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 56 (22.27% from 255 or 11.29% from 496); Blue value is 244 (95.70% from 255 or 49.19% from 496); Max value from RGB is 244 - color contains mainly: blue. Hex color #C438F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C438F4 is #3BC70B. Grayscale: #767676. Windows color (decimal): -3917580 or 16005316. OLE color: 16005316.
HSL color Cylindrical-coordinate representation of color #C438F4: hue angle of 284.68º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C438F4 is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 56 | 244 | - |
| CMYK | 0.20 | 0.77 | 0 | 0.04 |
| HSL | 284.68º | 0.9% | 0.59% | - |
| HSV(B) | 284.68º | 0.77% | 0.96% | - |
| XYZ | 40.51 | 21.1 | 87.52 | - |
| YUV | 119.29 | 198.38 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 56 | 244 | 0.20 | 0.77 | 0 | 0.04 | 284.68 | 0.9 | 0.59 |
| Hex | C4 | 38 | F4 | 14 | 4D | 0 | 4 | 11D | 5A | 3B |
| Octal | 304 | 70 | 364 | 24 | 115 | 0 | 4 | 435 | 132 | 73 |
| Binary | 11000100 | 111000 | 11110100 | 10100 | 1001101 | 0 | 100 | 100011101 | 1011010 | 111011 |
Color Harmonies of #C438F4
Complementary color
Monochromatic Colors of #C438F4
Black with #C438F4
Text Example
Text Example
White with #C438F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C438F4; }
p { color: rgb(196,56,244); }
H1.HeaderClassName
{
color: #C438F4;
}
.AnyTagClassName
{
color: #C438F4;
}
</style>
background-color css
<style>
a { background-color: #C438F4; }
a { background-color: rgb(196,56,244); }
div.DivClassName
{
background-color: #C438F4;
}
.BgClassName
{
background-color: #C438F4;
}
</style>
border-color css
<style>
span { border-color: #C438F4; }
span { border-color: rgb(196,56,244); }
td.TdClassName
{
border-color: #C438F4;
}
.TagClassName
{
border-color: #C438F4;
}
</style>