Shades of Medium Orchid #C250E9
Tints of Medium Orchid #C250E9
RGB
CMYK
RGB Variations
Color information
#C250E9 (or 0xC250E9) is known color: Medium Orchid. HEX triplet: C2, 50 and E9. RGB value is (194,80,233). Sum of RGB (Red+Green+Blue) = 194+80+233=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 80 (31.64% from 255 or 15.78% from 507); Blue value is 233 (91.41% from 255 or 45.96% from 507); Max value from RGB is 233 - color contains mainly: blue. Hex color #C250E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C250E9 is #3DAF16. Grayscale: #838383. Windows color (decimal): -4042519 or 15290562. OLE color: 15290562.
HSL color Cylindrical-coordinate representation of color #C250E9: hue angle of 284.71º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C250E9 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 80 | 233 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.09 |
| HSL | 284.71º | 0.78% | 0.61% | - |
| HSV(B) | 284.71º | 0.66% | 0.91% | - |
| XYZ | 39.82 | 23.09 | 79.45 | - |
| YUV | 131.53 | 185.27 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 233 | 0.17 | 0.66 | 0 | 0.09 | 284.71 | 0.78 | 0.61 |
| Hex | C2 | 50 | E9 | 11 | 42 | 0 | 9 | 11D | 4E | 3D |
| Octal | 302 | 120 | 351 | 21 | 102 | 0 | 11 | 435 | 116 | 75 |
| Binary | 11000010 | 1010000 | 11101001 | 10001 | 1000010 | 0 | 1001 | 100011101 | 1001110 | 111101 |
Color Harmonies of #C250E9
Complementary color
Monochromatic Colors of #C250E9
Black with #C250E9
Text Example
Text Example
White with #C250E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C250E9; }
p { color: rgb(194,80,233); }
H1.HeaderClassName
{
color: #C250E9;
}
.AnyTagClassName
{
color: #C250E9;
}
</style>
background-color css
<style>
a { background-color: #C250E9; }
a { background-color: rgb(194,80,233); }
div.DivClassName
{
background-color: #C250E9;
}
.BgClassName
{
background-color: #C250E9;
}
</style>
border-color css
<style>
span { border-color: #C250E9; }
span { border-color: rgb(194,80,233); }
td.TdClassName
{
border-color: #C250E9;
}
.TagClassName
{
border-color: #C250E9;
}
</style>