Shades of Medium Orchid #C150FD
Tints of Medium Orchid #C150FD
RGB
CMYK
RGB Variations
Color information
#C150FD (or 0xC150FD) is known color: Medium Orchid. HEX triplet: C1, 50 and FD. RGB value is (193,80,253). Sum of RGB (Red+Green+Blue) = 193+80+253=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 80 (31.64% from 255 or 15.21% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #C150FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C150FD is #3EAF02. Grayscale: #848484. Windows color (decimal): -4108035 or 16601281. OLE color: 16601281.
HSL color Cylindrical-coordinate representation of color #C150FD: hue angle of 279.19º 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 #C150FD is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 80 | 253 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.01 |
| HSL | 279.19º | 0.98% | 0.65% | - |
| HSV(B) | 279.19º | 0.68% | 0.99% | - |
| XYZ | 42.59 | 24.17 | 95.35 | - |
| YUV | 133.51 | 195.44 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 80 | 253 | 0.24 | 0.68 | 0 | 0.01 | 279.19 | 0.98 | 0.65 |
| Hex | C1 | 50 | FD | 18 | 44 | 0 | 1 | 117 | 62 | 41 |
| Octal | 301 | 120 | 375 | 30 | 104 | 0 | 1 | 427 | 142 | 101 |
| Binary | 11000001 | 1010000 | 11111101 | 11000 | 1000100 | 0 | 1 | 100010111 | 1100010 | 1000001 |
Color Harmonies of #C150FD
Complementary color
Monochromatic Colors of #C150FD
Black with #C150FD
Text Example
Text Example
White with #C150FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C150FD; }
p { color: rgb(193,80,253); }
H1.HeaderClassName
{
color: #C150FD;
}
.AnyTagClassName
{
color: #C150FD;
}
</style>
background-color css
<style>
a { background-color: #C150FD; }
a { background-color: rgb(193,80,253); }
div.DivClassName
{
background-color: #C150FD;
}
.BgClassName
{
background-color: #C150FD;
}
</style>
border-color css
<style>
span { border-color: #C150FD; }
span { border-color: rgb(193,80,253); }
td.TdClassName
{
border-color: #C150FD;
}
.TagClassName
{
border-color: #C150FD;
}
</style>