Shades of Medium Orchid #C151FD
Tints of Medium Orchid #C151FD
RGB
CMYK
RGB Variations
Color information
#C151FD (or 0xC151FD) is known color: Medium Orchid. HEX triplet: C1, 51 and FD. RGB value is (193,81,253). Sum of RGB (Red+Green+Blue) = 193+81+253=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 81 (32.03% from 255 or 15.37% 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 #C151FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C151FD is #3EAE02. Grayscale: #858585. Windows color (decimal): -4107779 or 16601537. OLE color: 16601537.
HSL color Cylindrical-coordinate representation of color #C151FD: hue angle of 279.07º 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 #C151FD is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 81 | 253 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.01 |
| HSL | 279.07º | 0.98% | 0.65% | - |
| HSV(B) | 279.07º | 0.68% | 0.99% | - |
| XYZ | 42.66 | 24.31 | 95.37 | - |
| YUV | 134.1 | 195.11 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 253 | 0.24 | 0.68 | 0 | 0.01 | 279.07 | 0.98 | 0.65 |
| Hex | C1 | 51 | FD | 18 | 44 | 0 | 1 | 117 | 62 | 41 |
| Octal | 301 | 121 | 375 | 30 | 104 | 0 | 1 | 427 | 142 | 101 |
| Binary | 11000001 | 1010001 | 11111101 | 11000 | 1000100 | 0 | 1 | 100010111 | 1100010 | 1000001 |
Color Harmonies of #C151FD
Complementary color
Monochromatic Colors of #C151FD
Black with #C151FD
Text Example
Text Example
White with #C151FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C151FD; }
p { color: rgb(193,81,253); }
H1.HeaderClassName
{
color: #C151FD;
}
.AnyTagClassName
{
color: #C151FD;
}
</style>
background-color css
<style>
a { background-color: #C151FD; }
a { background-color: rgb(193,81,253); }
div.DivClassName
{
background-color: #C151FD;
}
.BgClassName
{
background-color: #C151FD;
}
</style>
border-color css
<style>
span { border-color: #C151FD; }
span { border-color: rgb(193,81,253); }
td.TdClassName
{
border-color: #C151FD;
}
.TagClassName
{
border-color: #C151FD;
}
</style>