Shades of Medium Orchid #C438FE
Tints of Medium Orchid #C438FE
RGB
CMYK
RGB Variations
Color information
#C438FE (or 0xC438FE) is known color: Medium Orchid. HEX triplet: C4, 38 and FE. RGB value is (196,56,254). Sum of RGB (Red+Green+Blue) = 196+56+254=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 56 (22.27% from 255 or 11.07% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #C438FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C438FE is #3BC701. Grayscale: #777777. Windows color (decimal): -3917570 or 16660676. OLE color: 16660676.
HSL color Cylindrical-coordinate representation of color #C438FE: hue angle of 282.42º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C438FE is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 56 | 254 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.00 |
| HSL | 282.42º | 0.99% | 0.61% | - |
| HSV(B) | 282.42º | 0.78% | 1% | - |
| XYZ | 42.07 | 21.72 | 95.74 | - |
| YUV | 120.43 | 203.38 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 56 | 254 | 0.23 | 0.78 | 0 | 0.00 | 282.42 | 0.99 | 0.61 |
| Hex | C4 | 38 | FE | 17 | 4E | 0 | 0 | 11A | 63 | 3D |
| Octal | 304 | 70 | 376 | 27 | 116 | 0 | 0 | 432 | 143 | 75 |
| Binary | 11000100 | 111000 | 11111110 | 10111 | 1001110 | 0 | 0 | 100011010 | 1100011 | 111101 |
Color Harmonies of #C438FE
Complementary color
Monochromatic Colors of #C438FE
Black with #C438FE
Text Example
Text Example
White with #C438FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C438FE; }
p { color: rgb(196,56,254); }
H1.HeaderClassName
{
color: #C438FE;
}
.AnyTagClassName
{
color: #C438FE;
}
</style>
background-color css
<style>
a { background-color: #C438FE; }
a { background-color: rgb(196,56,254); }
div.DivClassName
{
background-color: #C438FE;
}
.BgClassName
{
background-color: #C438FE;
}
</style>
border-color css
<style>
span { border-color: #C438FE; }
span { border-color: rgb(196,56,254); }
td.TdClassName
{
border-color: #C438FE;
}
.TagClassName
{
border-color: #C438FE;
}
</style>