Shades of Medium Orchid #C743FE
Tints of Medium Orchid #C743FE
RGB
CMYK
RGB Variations
Color information
#C743FE (or 0xC743FE) is known color: Medium Orchid. HEX triplet: C7, 43 and FE. RGB value is (199,67,254). Sum of RGB (Red+Green+Blue) = 199+67+254=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 67 (26.56% from 255 or 12.88% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #C743FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C743FE is #38BC01. Grayscale: #7F7F7F. Windows color (decimal): -3718146 or 16663495. OLE color: 16663495.
HSL color Cylindrical-coordinate representation of color #C743FE: hue angle of 282.35º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C743FE is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 67 | 254 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.00 |
| HSL | 282.35º | 0.99% | 0.63% | - |
| HSV(B) | 282.35º | 0.74% | 1% | - |
| XYZ | 43.45 | 23.31 | 95.98 | - |
| YUV | 127.79 | 199.23 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 67 | 254 | 0.22 | 0.74 | 0 | 0.00 | 282.35 | 0.99 | 0.63 |
| Hex | C7 | 43 | FE | 16 | 4A | 0 | 0 | 11A | 63 | 3F |
| Octal | 307 | 103 | 376 | 26 | 112 | 0 | 0 | 432 | 143 | 77 |
| Binary | 11000111 | 1000011 | 11111110 | 10110 | 1001010 | 0 | 0 | 100011010 | 1100011 | 111111 |
Color Harmonies of #C743FE
Complementary color
Monochromatic Colors of #C743FE
Black with #C743FE
Text Example
Text Example
White with #C743FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C743FE; }
p { color: rgb(199,67,254); }
H1.HeaderClassName
{
color: #C743FE;
}
.AnyTagClassName
{
color: #C743FE;
}
</style>
background-color css
<style>
a { background-color: #C743FE; }
a { background-color: rgb(199,67,254); }
div.DivClassName
{
background-color: #C743FE;
}
.BgClassName
{
background-color: #C743FE;
}
</style>
border-color css
<style>
span { border-color: #C743FE; }
span { border-color: rgb(199,67,254); }
td.TdClassName
{
border-color: #C743FE;
}
.TagClassName
{
border-color: #C743FE;
}
</style>