Shades of Medium Orchid #C250FD
Tints of Medium Orchid #C250FD
RGB
CMYK
RGB Variations
Color information
#C250FD (or 0xC250FD) is known color: Medium Orchid. HEX triplet: C2, 50 and FD. RGB value is (194,80,253). Sum of RGB (Red+Green+Blue) = 194+80+253=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 80 (31.64% from 255 or 15.18% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #C250FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C250FD is #3DAF02. Grayscale: #858585. Windows color (decimal): -4042499 or 16601282. OLE color: 16601282.
HSL color Cylindrical-coordinate representation of color #C250FD: hue angle of 279.54º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C250FD is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 80 | 253 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.01 |
| HSL | 279.54º | 0.98% | 0.65% | - |
| HSV(B) | 279.54º | 0.68% | 0.99% | - |
| XYZ | 42.85 | 24.3 | 95.36 | - |
| YUV | 133.81 | 195.27 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 253 | 0.23 | 0.68 | 0 | 0.01 | 279.54 | 0.98 | 0.65 |
| Hex | C2 | 50 | FD | 17 | 44 | 0 | 1 | 118 | 62 | 41 |
| Octal | 302 | 120 | 375 | 27 | 104 | 0 | 1 | 430 | 142 | 101 |
| Binary | 11000010 | 1010000 | 11111101 | 10111 | 1000100 | 0 | 1 | 100011000 | 1100010 | 1000001 |
Color Harmonies of #C250FD
Complementary color
Monochromatic Colors of #C250FD
Black with #C250FD
Text Example
Text Example
White with #C250FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C250FD; }
p { color: rgb(194,80,253); }
H1.HeaderClassName
{
color: #C250FD;
}
.AnyTagClassName
{
color: #C250FD;
}
</style>
background-color css
<style>
a { background-color: #C250FD; }
a { background-color: rgb(194,80,253); }
div.DivClassName
{
background-color: #C250FD;
}
.BgClassName
{
background-color: #C250FD;
}
</style>
border-color css
<style>
span { border-color: #C250FD; }
span { border-color: rgb(194,80,253); }
td.TdClassName
{
border-color: #C250FD;
}
.TagClassName
{
border-color: #C250FD;
}
</style>