Shades of Medium Orchid #C442F6
Tints of Medium Orchid #C442F6
RGB
CMYK
RGB Variations
Color information
#C442F6 (or 0xC442F6) is known color: Medium Orchid. HEX triplet: C4, 42 and F6. RGB value is (196,66,246). Sum of RGB (Red+Green+Blue) = 196+66+246=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 66 (26.17% from 255 or 12.99% from 508); Blue value is 246 (96.48% from 255 or 48.43% from 508); Max value from RGB is 246 - color contains mainly: blue. Hex color #C442F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C442F6 is #3BBD09. Grayscale: #7C7C7C. Windows color (decimal): -3915018 or 16138948. OLE color: 16138948.
HSL color Cylindrical-coordinate representation of color #C442F6: hue angle of 283.33º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C442F6 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 66 | 246 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.04 |
| HSL | 283.33º | 0.91% | 0.61% | - |
| HSV(B) | 283.33º | 0.73% | 0.96% | - |
| XYZ | 41.35 | 22.29 | 89.31 | - |
| YUV | 125.39 | 196.07 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 246 | 0.20 | 0.73 | 0 | 0.04 | 283.33 | 0.91 | 0.61 |
| Hex | C4 | 42 | F6 | 14 | 49 | 0 | 4 | 11B | 5B | 3D |
| Octal | 304 | 102 | 366 | 24 | 111 | 0 | 4 | 433 | 133 | 75 |
| Binary | 11000100 | 1000010 | 11110110 | 10100 | 1001001 | 0 | 100 | 100011011 | 1011011 | 111101 |
Color Harmonies of #C442F6
Complementary color
Monochromatic Colors of #C442F6
Black with #C442F6
Text Example
Text Example
White with #C442F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C442F6; }
p { color: rgb(196,66,246); }
H1.HeaderClassName
{
color: #C442F6;
}
.AnyTagClassName
{
color: #C442F6;
}
</style>
background-color css
<style>
a { background-color: #C442F6; }
a { background-color: rgb(196,66,246); }
div.DivClassName
{
background-color: #C442F6;
}
.BgClassName
{
background-color: #C442F6;
}
</style>
border-color css
<style>
span { border-color: #C442F6; }
span { border-color: rgb(196,66,246); }
td.TdClassName
{
border-color: #C442F6;
}
.TagClassName
{
border-color: #C442F6;
}
</style>