Shades of Medium Orchid #C250FE
Tints of Medium Orchid #C250FE
RGB
CMYK
RGB Variations
Color information
#C250FE (or 0xC250FE) is known color: Medium Orchid. HEX triplet: C2, 50 and FE. RGB value is (194,80,254). Sum of RGB (Red+Green+Blue) = 194+80+254=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 80 (31.64% from 255 or 15.15% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #C250FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C250FE is #3DAF01. Grayscale: #858585. Windows color (decimal): -4042498 or 16666818. OLE color: 16666818.
HSL color Cylindrical-coordinate representation of color #C250FE: hue angle of 279.31º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C250FE is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 80 | 254 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.00 |
| HSL | 279.31º | 0.99% | 0.65% | - |
| HSV(B) | 279.31º | 0.69% | 1% | - |
| XYZ | 43.01 | 24.36 | 96.2 | - |
| YUV | 133.92 | 195.77 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 254 | 0.24 | 0.69 | 0 | 0.00 | 279.31 | 0.99 | 0.65 |
| Hex | C2 | 50 | FE | 18 | 45 | 0 | 0 | 117 | 63 | 41 |
| Octal | 302 | 120 | 376 | 30 | 105 | 0 | 0 | 427 | 143 | 101 |
| Binary | 11000010 | 1010000 | 11111110 | 11000 | 1000101 | 0 | 0 | 100010111 | 1100011 | 1000001 |
Color Harmonies of #C250FE
Complementary color
Monochromatic Colors of #C250FE
Black with #C250FE
Text Example
Text Example
White with #C250FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C250FE; }
p { color: rgb(194,80,254); }
H1.HeaderClassName
{
color: #C250FE;
}
.AnyTagClassName
{
color: #C250FE;
}
</style>
background-color css
<style>
a { background-color: #C250FE; }
a { background-color: rgb(194,80,254); }
div.DivClassName
{
background-color: #C250FE;
}
.BgClassName
{
background-color: #C250FE;
}
</style>
border-color css
<style>
span { border-color: #C250FE; }
span { border-color: rgb(194,80,254); }
td.TdClassName
{
border-color: #C250FE;
}
.TagClassName
{
border-color: #C250FE;
}
</style>