Shades of Medium Orchid #C250FA
Tints of Medium Orchid #C250FA
RGB
CMYK
RGB Variations
Color information
#C250FA (or 0xC250FA) is known color: Medium Orchid. HEX triplet: C2, 50 and FA. RGB value is (194,80,250). Sum of RGB (Red+Green+Blue) = 194+80+250=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 80 (31.64% from 255 or 15.27% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #C250FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C250FA is #3DAF05. Grayscale: #848484. Windows color (decimal): -4042502 or 16404674. OLE color: 16404674.
HSL color Cylindrical-coordinate representation of color #C250FA: hue angle of 280.24º degrees, saturation: 0.94, 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 #C250FA is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 80 | 250 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.02 |
| HSL | 280.24º | 0.94% | 0.65% | - |
| HSV(B) | 280.24º | 0.68% | 0.98% | - |
| XYZ | 42.37 | 24.11 | 92.86 | - |
| YUV | 133.47 | 193.77 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 250 | 0.22 | 0.68 | 0 | 0.02 | 280.24 | 0.94 | 0.65 |
| Hex | C2 | 50 | FA | 16 | 44 | 0 | 2 | 118 | 5E | 41 |
| Octal | 302 | 120 | 372 | 26 | 104 | 0 | 2 | 430 | 136 | 101 |
| Binary | 11000010 | 1010000 | 11111010 | 10110 | 1000100 | 0 | 10 | 100011000 | 1011110 | 1000001 |
Color Harmonies of #C250FA
Complementary color
Monochromatic Colors of #C250FA
Black with #C250FA
Text Example
Text Example
White with #C250FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C250FA; }
p { color: rgb(194,80,250); }
H1.HeaderClassName
{
color: #C250FA;
}
.AnyTagClassName
{
color: #C250FA;
}
</style>
background-color css
<style>
a { background-color: #C250FA; }
a { background-color: rgb(194,80,250); }
div.DivClassName
{
background-color: #C250FA;
}
.BgClassName
{
background-color: #C250FA;
}
</style>
border-color css
<style>
span { border-color: #C250FA; }
span { border-color: rgb(194,80,250); }
td.TdClassName
{
border-color: #C250FA;
}
.TagClassName
{
border-color: #C250FA;
}
</style>