Shades of Medium Orchid #C257FA
Tints of Medium Orchid #C257FA
RGB
CMYK
RGB Variations
Color information
#C257FA (or 0xC257FA) is known color: Medium Orchid. HEX triplet: C2, 57 and FA. RGB value is (194,87,250). Sum of RGB (Red+Green+Blue) = 194+87+250=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 87 (34.38% from 255 or 16.38% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #C257FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C257FA is #3DA805. Grayscale: #898989. Windows color (decimal): -4040710 or 16406466. OLE color: 16406466.
HSL color Cylindrical-coordinate representation of color #C257FA: hue angle of 279.39º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C257FA is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 87 | 250 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.02 |
| HSL | 279.39º | 0.94% | 0.66% | - |
| HSV(B) | 279.39º | 0.65% | 0.98% | - |
| XYZ | 42.91 | 25.19 | 93.04 | - |
| YUV | 137.58 | 191.45 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 250 | 0.22 | 0.65 | 0 | 0.02 | 279.39 | 0.94 | 0.66 |
| Hex | C2 | 57 | FA | 16 | 41 | 0 | 2 | 117 | 5E | 42 |
| Octal | 302 | 127 | 372 | 26 | 101 | 0 | 2 | 427 | 136 | 102 |
| Binary | 11000010 | 1010111 | 11111010 | 10110 | 1000001 | 0 | 10 | 100010111 | 1011110 | 1000010 |
Color Harmonies of #C257FA
Complementary color
Monochromatic Colors of #C257FA
Black with #C257FA
Text Example
Text Example
White with #C257FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C257FA; }
p { color: rgb(194,87,250); }
H1.HeaderClassName
{
color: #C257FA;
}
.AnyTagClassName
{
color: #C257FA;
}
</style>
background-color css
<style>
a { background-color: #C257FA; }
a { background-color: rgb(194,87,250); }
div.DivClassName
{
background-color: #C257FA;
}
.BgClassName
{
background-color: #C257FA;
}
</style>
border-color css
<style>
span { border-color: #C257FA; }
span { border-color: rgb(194,87,250); }
td.TdClassName
{
border-color: #C257FA;
}
.TagClassName
{
border-color: #C257FA;
}
</style>