Shades of Medium Orchid #C251FD
Tints of Medium Orchid #C251FD
RGB
CMYK
RGB Variations
Color information
#C251FD (or 0xC251FD) is known color: Medium Orchid. HEX triplet: C2, 51 and FD. RGB value is (194,81,253). Sum of RGB (Red+Green+Blue) = 194+81+253=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 81 (32.03% from 255 or 15.34% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #C251FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C251FD is #3DAE02. Grayscale: #858585. Windows color (decimal): -4042243 or 16601538. OLE color: 16601538.
HSL color Cylindrical-coordinate representation of color #C251FD: hue angle of 279.42º 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 #C251FD is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 81 | 253 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.01 |
| HSL | 279.42º | 0.98% | 0.65% | - |
| HSV(B) | 279.42º | 0.68% | 0.99% | - |
| XYZ | 42.92 | 24.45 | 95.38 | - |
| YUV | 134.4 | 194.94 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 253 | 0.23 | 0.68 | 0 | 0.01 | 279.42 | 0.98 | 0.65 |
| Hex | C2 | 51 | FD | 17 | 44 | 0 | 1 | 117 | 62 | 41 |
| Octal | 302 | 121 | 375 | 27 | 104 | 0 | 1 | 427 | 142 | 101 |
| Binary | 11000010 | 1010001 | 11111101 | 10111 | 1000100 | 0 | 1 | 100010111 | 1100010 | 1000001 |
Color Harmonies of #C251FD
Complementary color
Monochromatic Colors of #C251FD
Black with #C251FD
Text Example
Text Example
White with #C251FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C251FD; }
p { color: rgb(194,81,253); }
H1.HeaderClassName
{
color: #C251FD;
}
.AnyTagClassName
{
color: #C251FD;
}
</style>
background-color css
<style>
a { background-color: #C251FD; }
a { background-color: rgb(194,81,253); }
div.DivClassName
{
background-color: #C251FD;
}
.BgClassName
{
background-color: #C251FD;
}
</style>
border-color css
<style>
span { border-color: #C251FD; }
span { border-color: rgb(194,81,253); }
td.TdClassName
{
border-color: #C251FD;
}
.TagClassName
{
border-color: #C251FD;
}
</style>