Shades of Medium Orchid #C742FB
Tints of Medium Orchid #C742FB
RGB
CMYK
RGB Variations
Color information
#C742FB (or 0xC742FB) is known color: Medium Orchid. HEX triplet: C7, 42 and FB. RGB value is (199,66,251). Sum of RGB (Red+Green+Blue) = 199+66+251=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 66 (26.17% from 255 or 12.79% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #C742FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C742FB is #38BD04. Grayscale: #7E7E7E. Windows color (decimal): -3718405 or 16466631. OLE color: 16466631.
HSL color Cylindrical-coordinate representation of color #C742FB: hue angle of 283.14º degrees, saturation: 0.96, 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 #C742FB is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 66 | 251 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.02 |
| HSL | 283.14º | 0.96% | 0.62% | - |
| HSV(B) | 283.14º | 0.74% | 0.98% | - |
| XYZ | 42.91 | 23 | 93.45 | - |
| YUV | 126.86 | 198.06 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 251 | 0.21 | 0.74 | 0 | 0.02 | 283.14 | 0.96 | 0.62 |
| Hex | C7 | 42 | FB | 15 | 4A | 0 | 2 | 11B | 60 | 3E |
| Octal | 307 | 102 | 373 | 25 | 112 | 0 | 2 | 433 | 140 | 76 |
| Binary | 11000111 | 1000010 | 11111011 | 10101 | 1001010 | 0 | 10 | 100011011 | 1100000 | 111110 |
Color Harmonies of #C742FB
Complementary color
Monochromatic Colors of #C742FB
Black with #C742FB
Text Example
Text Example
White with #C742FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C742FB; }
p { color: rgb(199,66,251); }
H1.HeaderClassName
{
color: #C742FB;
}
.AnyTagClassName
{
color: #C742FB;
}
</style>
background-color css
<style>
a { background-color: #C742FB; }
a { background-color: rgb(199,66,251); }
div.DivClassName
{
background-color: #C742FB;
}
.BgClassName
{
background-color: #C742FB;
}
</style>
border-color css
<style>
span { border-color: #C742FB; }
span { border-color: rgb(199,66,251); }
td.TdClassName
{
border-color: #C742FB;
}
.TagClassName
{
border-color: #C742FB;
}
</style>