Shades of Medium Orchid #C742FA
Tints of Medium Orchid #C742FA
RGB
CMYK
RGB Variations
Color information
#C742FA (or 0xC742FA) is known color: Medium Orchid. HEX triplet: C7, 42 and FA. RGB value is (199,66,250). Sum of RGB (Red+Green+Blue) = 199+66+250=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 66 (26.17% from 255 or 12.82% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #C742FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C742FA is #38BD05. Grayscale: #7E7E7E. Windows color (decimal): -3718406 or 16401095. OLE color: 16401095.
HSL color Cylindrical-coordinate representation of color #C742FA: hue angle of 283.37º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C742FA is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 66 | 250 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.02 |
| HSL | 283.37º | 0.95% | 0.62% | - |
| HSV(B) | 283.37º | 0.74% | 0.98% | - |
| XYZ | 42.76 | 22.94 | 92.62 | - |
| YUV | 126.74 | 197.56 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 250 | 0.20 | 0.74 | 0 | 0.02 | 283.37 | 0.95 | 0.62 |
| Hex | C7 | 42 | FA | 14 | 4A | 0 | 2 | 11B | 5F | 3E |
| Octal | 307 | 102 | 372 | 24 | 112 | 0 | 2 | 433 | 137 | 76 |
| Binary | 11000111 | 1000010 | 11111010 | 10100 | 1001010 | 0 | 10 | 100011011 | 1011111 | 111110 |
Color Harmonies of #C742FA
Complementary color
Monochromatic Colors of #C742FA
Black with #C742FA
Text Example
Text Example
White with #C742FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C742FA; }
p { color: rgb(199,66,250); }
H1.HeaderClassName
{
color: #C742FA;
}
.AnyTagClassName
{
color: #C742FA;
}
</style>
background-color css
<style>
a { background-color: #C742FA; }
a { background-color: rgb(199,66,250); }
div.DivClassName
{
background-color: #C742FA;
}
.BgClassName
{
background-color: #C742FA;
}
</style>
border-color css
<style>
span { border-color: #C742FA; }
span { border-color: rgb(199,66,250); }
td.TdClassName
{
border-color: #C742FA;
}
.TagClassName
{
border-color: #C742FA;
}
</style>