Shades of Medium Orchid #C742F2
Tints of Medium Orchid #C742F2
RGB
CMYK
RGB Variations
Color information
#C742F2 (or 0xC742F2) is known color: Medium Orchid. HEX triplet: C7, 42 and F2. RGB value is (199,66,242). Sum of RGB (Red+Green+Blue) = 199+66+242=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 66 (26.17% from 255 or 13.02% from 507); Blue value is 242 (94.92% from 255 or 47.73% from 507); Max value from RGB is 242 - color contains mainly: blue. Hex color #C742F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C742F2 is #38BD0D. Grayscale: #7D7D7D. Windows color (decimal): -3718414 or 15876807. OLE color: 15876807.
HSL color Cylindrical-coordinate representation of color #C742F2: hue angle of 285.34º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C742F2 is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 66 | 242 | - |
| CMYK | 0.18 | 0.73 | 0 | 0.05 |
| HSL | 285.34º | 0.87% | 0.6% | - |
| HSV(B) | 285.34º | 0.73% | 0.95% | - |
| XYZ | 41.53 | 22.45 | 86.15 | - |
| YUV | 125.83 | 193.56 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 242 | 0.18 | 0.73 | 0 | 0.05 | 285.34 | 0.87 | 0.6 |
| Hex | C7 | 42 | F2 | 12 | 49 | 0 | 5 | 11D | 57 | 3C |
| Octal | 307 | 102 | 362 | 22 | 111 | 0 | 5 | 435 | 127 | 74 |
| Binary | 11000111 | 1000010 | 11110010 | 10010 | 1001001 | 0 | 101 | 100011101 | 1010111 | 111100 |
Color Harmonies of #C742F2
Complementary color
Monochromatic Colors of #C742F2
Black with #C742F2
Text Example
Text Example
White with #C742F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C742F2; }
p { color: rgb(199,66,242); }
H1.HeaderClassName
{
color: #C742F2;
}
.AnyTagClassName
{
color: #C742F2;
}
</style>
background-color css
<style>
a { background-color: #C742F2; }
a { background-color: rgb(199,66,242); }
div.DivClassName
{
background-color: #C742F2;
}
.BgClassName
{
background-color: #C742F2;
}
</style>
border-color css
<style>
span { border-color: #C742F2; }
span { border-color: rgb(199,66,242); }
td.TdClassName
{
border-color: #C742F2;
}
.TagClassName
{
border-color: #C742F2;
}
</style>