Shades of Medium Orchid #C742FF
Tints of Medium Orchid #C742FF
RGB
CMYK
RGB Variations
Color information
#C742FF (or 0xC742FF) is known color: Medium Orchid. HEX triplet: C7, 42 and FF. RGB value is (199,66,255). Sum of RGB (Red+Green+Blue) = 199+66+255=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 66 (26.17% from 255 or 12.69% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #C742FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C742FF is #38BD00. Grayscale: #7E7E7E. Windows color (decimal): -3718401 or 16728775. OLE color: 16728775.
HSL color Cylindrical-coordinate representation of color #C742FF: hue angle of 282.22º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C742FF is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 66 | 255 | - |
| CMYK | 0.22 | 0.74 | 0 | 0 |
| HSL | 282.22º | 1% | 0.63% | - |
| HSV(B) | 282.22º | 0.74% | 1% | - |
| XYZ | 43.55 | 23.26 | 96.8 | - |
| YUV | 127.31 | 200.06 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 255 | 0.22 | 0.74 | 0 | 0 | 282.22 | 1 | 0.63 |
| Hex | C7 | 42 | FF | 16 | 4A | 0 | 0 | 11A | 64 | 3F |
| Octal | 307 | 102 | 377 | 26 | 112 | 0 | 0 | 432 | 144 | 77 |
| Binary | 11000111 | 1000010 | 11111111 | 10110 | 1001010 | 0 | 0 | 100011010 | 1100100 | 111111 |
Color Harmonies of #C742FF
Complementary color
Monochromatic Colors of #C742FF
Black with #C742FF
Text Example
Text Example
White with #C742FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C742FF; }
p { color: rgb(199,66,255); }
H1.HeaderClassName
{
color: #C742FF;
}
.AnyTagClassName
{
color: #C742FF;
}
</style>
background-color css
<style>
a { background-color: #C742FF; }
a { background-color: rgb(199,66,255); }
div.DivClassName
{
background-color: #C742FF;
}
.BgClassName
{
background-color: #C742FF;
}
</style>
border-color css
<style>
span { border-color: #C742FF; }
span { border-color: rgb(199,66,255); }
td.TdClassName
{
border-color: #C742FF;
}
.TagClassName
{
border-color: #C742FF;
}
</style>