Shades of Medium Orchid #C438F2
Tints of Medium Orchid #C438F2
RGB
CMYK
RGB Variations
Color information
#C438F2 (or 0xC438F2) is known color: Medium Orchid. HEX triplet: C4, 38 and F2. RGB value is (196,56,242). Sum of RGB (Red+Green+Blue) = 196+56+242=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 56 (22.27% from 255 or 11.34% from 494); Blue value is 242 (94.92% from 255 or 48.99% from 494); Max value from RGB is 242 - color contains mainly: blue. Hex color #C438F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C438F2 is #3BC70D. Grayscale: #767676. Windows color (decimal): -3917582 or 15874244. OLE color: 15874244.
HSL color Cylindrical-coordinate representation of color #C438F2: hue angle of 285.16º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C438F2 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 56 | 242 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.05 |
| HSL | 285.16º | 0.88% | 0.58% | - |
| HSV(B) | 285.16º | 0.77% | 0.95% | - |
| XYZ | 40.21 | 20.97 | 85.93 | - |
| YUV | 119.06 | 197.38 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 56 | 242 | 0.19 | 0.77 | 0 | 0.05 | 285.16 | 0.88 | 0.58 |
| Hex | C4 | 38 | F2 | 13 | 4D | 0 | 5 | 11D | 58 | 3A |
| Octal | 304 | 70 | 362 | 23 | 115 | 0 | 5 | 435 | 130 | 72 |
| Binary | 11000100 | 111000 | 11110010 | 10011 | 1001101 | 0 | 101 | 100011101 | 1011000 | 111010 |
Color Harmonies of #C438F2
Complementary color
Monochromatic Colors of #C438F2
Black with #C438F2
Text Example
Text Example
White with #C438F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C438F2; }
p { color: rgb(196,56,242); }
H1.HeaderClassName
{
color: #C438F2;
}
.AnyTagClassName
{
color: #C438F2;
}
</style>
background-color css
<style>
a { background-color: #C438F2; }
a { background-color: rgb(196,56,242); }
div.DivClassName
{
background-color: #C438F2;
}
.BgClassName
{
background-color: #C438F2;
}
</style>
border-color css
<style>
span { border-color: #C438F2; }
span { border-color: rgb(196,56,242); }
td.TdClassName
{
border-color: #C438F2;
}
.TagClassName
{
border-color: #C438F2;
}
</style>