Shades of Medium Orchid #C643FB
Tints of Medium Orchid #C643FB
RGB
CMYK
RGB Variations
Color information
#C643FB (or 0xC643FB) is known color: Medium Orchid. HEX triplet: C6, 43 and FB. RGB value is (198,67,251). Sum of RGB (Red+Green+Blue) = 198+67+251=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 67 (26.56% from 255 or 12.98% 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 #C643FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C643FB is #39BC04. Grayscale: #7E7E7E. Windows color (decimal): -3783685 or 16466886. OLE color: 16466886.
HSL color Cylindrical-coordinate representation of color #C643FB: hue angle of 282.72º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C643FB is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 67 | 251 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.02 |
| HSL | 282.72º | 0.96% | 0.62% | - |
| HSV(B) | 282.72º | 0.73% | 0.98% | - |
| XYZ | 42.71 | 22.99 | 93.45 | - |
| YUV | 127.15 | 197.9 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 251 | 0.21 | 0.73 | 0 | 0.02 | 282.72 | 0.96 | 0.62 |
| Hex | C6 | 43 | FB | 15 | 49 | 0 | 2 | 11B | 60 | 3E |
| Octal | 306 | 103 | 373 | 25 | 111 | 0 | 2 | 433 | 140 | 76 |
| Binary | 11000110 | 1000011 | 11111011 | 10101 | 1001001 | 0 | 10 | 100011011 | 1100000 | 111110 |
Color Harmonies of #C643FB
Complementary color
Monochromatic Colors of #C643FB
Black with #C643FB
Text Example
Text Example
White with #C643FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C643FB; }
p { color: rgb(198,67,251); }
H1.HeaderClassName
{
color: #C643FB;
}
.AnyTagClassName
{
color: #C643FB;
}
</style>
background-color css
<style>
a { background-color: #C643FB; }
a { background-color: rgb(198,67,251); }
div.DivClassName
{
background-color: #C643FB;
}
.BgClassName
{
background-color: #C643FB;
}
</style>
border-color css
<style>
span { border-color: #C643FB; }
span { border-color: rgb(198,67,251); }
td.TdClassName
{
border-color: #C643FB;
}
.TagClassName
{
border-color: #C643FB;
}
</style>