Shades of Medium Orchid #C250FB
Tints of Medium Orchid #C250FB
RGB
CMYK
RGB Variations
Color information
#C250FB (or 0xC250FB) is known color: Medium Orchid. HEX triplet: C2, 50 and FB. RGB value is (194,80,251). Sum of RGB (Red+Green+Blue) = 194+80+251=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 80 (31.64% from 255 or 15.24% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #C250FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C250FB is #3DAF04. Grayscale: #858585. Windows color (decimal): -4042501 or 16470210. OLE color: 16470210.
HSL color Cylindrical-coordinate representation of color #C250FB: hue angle of 280º 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 #C250FB is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 80 | 251 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.02 |
| HSL | 280º | 0.96% | 0.65% | - |
| HSV(B) | 280º | 0.68% | 0.98% | - |
| XYZ | 42.53 | 24.17 | 93.69 | - |
| YUV | 133.58 | 194.27 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 251 | 0.23 | 0.68 | 0 | 0.02 | 280 | 0.96 | 0.65 |
| Hex | C2 | 50 | FB | 17 | 44 | 0 | 2 | 118 | 60 | 41 |
| Octal | 302 | 120 | 373 | 27 | 104 | 0 | 2 | 430 | 140 | 101 |
| Binary | 11000010 | 1010000 | 11111011 | 10111 | 1000100 | 0 | 10 | 100011000 | 1100000 | 1000001 |
Color Harmonies of #C250FB
Complementary color
Monochromatic Colors of #C250FB
Black with #C250FB
Text Example
Text Example
White with #C250FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C250FB; }
p { color: rgb(194,80,251); }
H1.HeaderClassName
{
color: #C250FB;
}
.AnyTagClassName
{
color: #C250FB;
}
</style>
background-color css
<style>
a { background-color: #C250FB; }
a { background-color: rgb(194,80,251); }
div.DivClassName
{
background-color: #C250FB;
}
.BgClassName
{
background-color: #C250FB;
}
</style>
border-color css
<style>
span { border-color: #C250FB; }
span { border-color: rgb(194,80,251); }
td.TdClassName
{
border-color: #C250FB;
}
.TagClassName
{
border-color: #C250FB;
}
</style>