Shades of Medium Orchid #C742FC
Tints of Medium Orchid #C742FC
RGB
CMYK
RGB Variations
Color information
#C742FC (or 0xC742FC) is known color: Medium Orchid. HEX triplet: C7, 42 and FC. RGB value is (199,66,252). Sum of RGB (Red+Green+Blue) = 199+66+252=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 66 (26.17% from 255 or 12.77% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #C742FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C742FC is #38BD03. Grayscale: #7E7E7E. Windows color (decimal): -3718404 or 16532167. OLE color: 16532167.
HSL color Cylindrical-coordinate representation of color #C742FC: hue angle of 282.9º 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 #C742FC is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 66 | 252 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.01 |
| HSL | 282.9º | 0.97% | 0.62% | - |
| HSV(B) | 282.9º | 0.74% | 0.99% | - |
| XYZ | 43.07 | 23.07 | 94.28 | - |
| YUV | 126.97 | 198.56 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 252 | 0.21 | 0.74 | 0 | 0.01 | 282.9 | 0.97 | 0.62 |
| Hex | C7 | 42 | FC | 15 | 4A | 0 | 1 | 11B | 61 | 3E |
| Octal | 307 | 102 | 374 | 25 | 112 | 0 | 1 | 433 | 141 | 76 |
| Binary | 11000111 | 1000010 | 11111100 | 10101 | 1001010 | 0 | 1 | 100011011 | 1100001 | 111110 |
Color Harmonies of #C742FC
Complementary color
Monochromatic Colors of #C742FC
Black with #C742FC
Text Example
Text Example
White with #C742FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C742FC; }
p { color: rgb(199,66,252); }
H1.HeaderClassName
{
color: #C742FC;
}
.AnyTagClassName
{
color: #C742FC;
}
</style>
background-color css
<style>
a { background-color: #C742FC; }
a { background-color: rgb(199,66,252); }
div.DivClassName
{
background-color: #C742FC;
}
.BgClassName
{
background-color: #C742FC;
}
</style>
border-color css
<style>
span { border-color: #C742FC; }
span { border-color: rgb(199,66,252); }
td.TdClassName
{
border-color: #C742FC;
}
.TagClassName
{
border-color: #C742FC;
}
</style>