Shades of Medium Orchid #C251FB
Tints of Medium Orchid #C251FB
RGB
CMYK
RGB Variations
Color information
#C251FB (or 0xC251FB) is known color: Medium Orchid. HEX triplet: C2, 51 and FB. RGB value is (194,81,251). Sum of RGB (Red+Green+Blue) = 194+81+251=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 81 (32.03% from 255 or 15.40% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #C251FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C251FB is #3DAE04. Grayscale: #858585. Windows color (decimal): -4042245 or 16470466. OLE color: 16470466.
HSL color Cylindrical-coordinate representation of color #C251FB: hue angle of 279.88º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C251FB is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 81 | 251 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.02 |
| HSL | 279.88º | 0.96% | 0.65% | - |
| HSV(B) | 279.88º | 0.68% | 0.98% | - |
| XYZ | 42.6 | 24.32 | 93.72 | - |
| YUV | 134.17 | 193.94 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 251 | 0.23 | 0.68 | 0 | 0.02 | 279.88 | 0.96 | 0.65 |
| Hex | C2 | 51 | FB | 17 | 44 | 0 | 2 | 118 | 60 | 41 |
| Octal | 302 | 121 | 373 | 27 | 104 | 0 | 2 | 430 | 140 | 101 |
| Binary | 11000010 | 1010001 | 11111011 | 10111 | 1000100 | 0 | 10 | 100011000 | 1100000 | 1000001 |
Color Harmonies of #C251FB
Complementary color
Monochromatic Colors of #C251FB
Black with #C251FB
Text Example
Text Example
White with #C251FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C251FB; }
p { color: rgb(194,81,251); }
H1.HeaderClassName
{
color: #C251FB;
}
.AnyTagClassName
{
color: #C251FB;
}
</style>
background-color css
<style>
a { background-color: #C251FB; }
a { background-color: rgb(194,81,251); }
div.DivClassName
{
background-color: #C251FB;
}
.BgClassName
{
background-color: #C251FB;
}
</style>
border-color css
<style>
span { border-color: #C251FB; }
span { border-color: rgb(194,81,251); }
td.TdClassName
{
border-color: #C251FB;
}
.TagClassName
{
border-color: #C251FB;
}
</style>