Shades of Medium Orchid #C442FC
Tints of Medium Orchid #C442FC
RGB
CMYK
RGB Variations
Color information
#C442FC (or 0xC442FC) is known color: Medium Orchid. HEX triplet: C4, 42 and FC. RGB value is (196,66,252). Sum of RGB (Red+Green+Blue) = 196+66+252=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 66 (26.17% from 255 or 12.84% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #C442FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C442FC is #3BBD03. Grayscale: #7D7D7D. Windows color (decimal): -3915012 or 16532164. OLE color: 16532164.
HSL color Cylindrical-coordinate representation of color #C442FC: hue angle of 281.94º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C442FC is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 66 | 252 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.01 |
| HSL | 281.94º | 0.97% | 0.62% | - |
| HSV(B) | 281.94º | 0.74% | 0.99% | - |
| XYZ | 42.28 | 22.66 | 94.24 | - |
| YUV | 126.07 | 199.07 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 252 | 0.22 | 0.74 | 0 | 0.01 | 281.94 | 0.97 | 0.62 |
| Hex | C4 | 42 | FC | 16 | 4A | 0 | 1 | 11A | 61 | 3E |
| Octal | 304 | 102 | 374 | 26 | 112 | 0 | 1 | 432 | 141 | 76 |
| Binary | 11000100 | 1000010 | 11111100 | 10110 | 1001010 | 0 | 1 | 100011010 | 1100001 | 111110 |
Color Harmonies of #C442FC
Complementary color
Monochromatic Colors of #C442FC
Black with #C442FC
Text Example
Text Example
White with #C442FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C442FC; }
p { color: rgb(196,66,252); }
H1.HeaderClassName
{
color: #C442FC;
}
.AnyTagClassName
{
color: #C442FC;
}
</style>
background-color css
<style>
a { background-color: #C442FC; }
a { background-color: rgb(196,66,252); }
div.DivClassName
{
background-color: #C442FC;
}
.BgClassName
{
background-color: #C442FC;
}
</style>
border-color css
<style>
span { border-color: #C442FC; }
span { border-color: rgb(196,66,252); }
td.TdClassName
{
border-color: #C442FC;
}
.TagClassName
{
border-color: #C442FC;
}
</style>