Shades of Medium Orchid #C743FF
Tints of Medium Orchid #C743FF
RGB
CMYK
RGB Variations
Color information
#C743FF (or 0xC743FF) is known color: Medium Orchid. HEX triplet: C7, 43 and FF. RGB value is (199,67,255). Sum of RGB (Red+Green+Blue) = 199+67+255=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 67 (26.56% from 255 or 12.86% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #C743FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C743FF is #38BC00. Grayscale: #7F7F7F. Windows color (decimal): -3718145 or 16729031. OLE color: 16729031.
HSL color Cylindrical-coordinate representation of color #C743FF: hue angle of 282.13º 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 #C743FF is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 67 | 255 | - |
| CMYK | 0.22 | 0.74 | 0 | 0 |
| HSL | 282.13º | 1% | 0.63% | - |
| HSV(B) | 282.13º | 0.74% | 1% | - |
| XYZ | 43.61 | 23.38 | 96.82 | - |
| YUV | 127.9 | 199.73 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 67 | 255 | 0.22 | 0.74 | 0 | 0 | 282.13 | 1 | 0.63 |
| Hex | C7 | 43 | FF | 16 | 4A | 0 | 0 | 11A | 64 | 3F |
| Octal | 307 | 103 | 377 | 26 | 112 | 0 | 0 | 432 | 144 | 77 |
| Binary | 11000111 | 1000011 | 11111111 | 10110 | 1001010 | 0 | 0 | 100011010 | 1100100 | 111111 |
Color Harmonies of #C743FF
Complementary color
Monochromatic Colors of #C743FF
Black with #C743FF
Text Example
Text Example
White with #C743FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C743FF; }
p { color: rgb(199,67,255); }
H1.HeaderClassName
{
color: #C743FF;
}
.AnyTagClassName
{
color: #C743FF;
}
</style>
background-color css
<style>
a { background-color: #C743FF; }
a { background-color: rgb(199,67,255); }
div.DivClassName
{
background-color: #C743FF;
}
.BgClassName
{
background-color: #C743FF;
}
</style>
border-color css
<style>
span { border-color: #C743FF; }
span { border-color: rgb(199,67,255); }
td.TdClassName
{
border-color: #C743FF;
}
.TagClassName
{
border-color: #C743FF;
}
</style>