Shades of Medium Orchid #C841FB
Tints of Medium Orchid #C841FB
RGB
CMYK
RGB Variations
Color information
#C841FB (or 0xC841FB) is known color: Medium Orchid. HEX triplet: C8, 41 and FB. RGB value is (200,65,251). Sum of RGB (Red+Green+Blue) = 200+65+251=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 65 (25.78% from 255 or 12.60% 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 #C841FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C841FB is #37BE04. Grayscale: #7D7D7D. Windows color (decimal): -3653125 or 16466376. OLE color: 16466376.
HSL color Cylindrical-coordinate representation of color #C841FB: hue angle of 283.55º 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 #C841FB is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 65 | 251 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.02 |
| HSL | 283.55º | 0.96% | 0.62% | - |
| HSV(B) | 283.55º | 0.74% | 0.98% | - |
| XYZ | 43.12 | 23.02 | 93.44 | - |
| YUV | 126.57 | 198.23 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 251 | 0.20 | 0.74 | 0 | 0.02 | 283.55 | 0.96 | 0.62 |
| Hex | C8 | 41 | FB | 14 | 4A | 0 | 2 | 11C | 60 | 3E |
| Octal | 310 | 101 | 373 | 24 | 112 | 0 | 2 | 434 | 140 | 76 |
| Binary | 11001000 | 1000001 | 11111011 | 10100 | 1001010 | 0 | 10 | 100011100 | 1100000 | 111110 |
Color Harmonies of #C841FB
Complementary color
Monochromatic Colors of #C841FB
Black with #C841FB
Text Example
Text Example
White with #C841FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C841FB; }
p { color: rgb(200,65,251); }
H1.HeaderClassName
{
color: #C841FB;
}
.AnyTagClassName
{
color: #C841FB;
}
</style>
background-color css
<style>
a { background-color: #C841FB; }
a { background-color: rgb(200,65,251); }
div.DivClassName
{
background-color: #C841FB;
}
.BgClassName
{
background-color: #C841FB;
}
</style>
border-color css
<style>
span { border-color: #C841FB; }
span { border-color: rgb(200,65,251); }
td.TdClassName
{
border-color: #C841FB;
}
.TagClassName
{
border-color: #C841FB;
}
</style>