Shades of Medium Orchid #C045FD
Tints of Medium Orchid #C045FD
RGB
CMYK
RGB Variations
Color information
#C045FD (or 0xC045FD) is known color: Medium Orchid. HEX triplet: C0, 45 and FD. RGB value is (192,69,253). Sum of RGB (Red+Green+Blue) = 192+69+253=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 69 (27.34% from 255 or 13.42% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #C045FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C045FD is #3FBA02. Grayscale: #7E7E7E. Windows color (decimal): -4176387 or 16598464. OLE color: 16598464.
HSL color Cylindrical-coordinate representation of color #C045FD: hue angle of 280.11º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C045FD is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 69 | 253 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.01 |
| HSL | 280.11º | 0.98% | 0.63% | - |
| HSV(B) | 280.11º | 0.73% | 0.99% | - |
| XYZ | 41.6 | 22.55 | 95.09 | - |
| YUV | 126.75 | 199.25 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 253 | 0.24 | 0.73 | 0 | 0.01 | 280.11 | 0.98 | 0.63 |
| Hex | C0 | 45 | FD | 18 | 49 | 0 | 1 | 118 | 62 | 3F |
| Octal | 300 | 105 | 375 | 30 | 111 | 0 | 1 | 430 | 142 | 77 |
| Binary | 11000000 | 1000101 | 11111101 | 11000 | 1001001 | 0 | 1 | 100011000 | 1100010 | 111111 |
Color Harmonies of #C045FD
Complementary color
Monochromatic Colors of #C045FD
Black with #C045FD
Text Example
Text Example
White with #C045FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C045FD; }
p { color: rgb(192,69,253); }
H1.HeaderClassName
{
color: #C045FD;
}
.AnyTagClassName
{
color: #C045FD;
}
</style>
background-color css
<style>
a { background-color: #C045FD; }
a { background-color: rgb(192,69,253); }
div.DivClassName
{
background-color: #C045FD;
}
.BgClassName
{
background-color: #C045FD;
}
</style>
border-color css
<style>
span { border-color: #C045FD; }
span { border-color: rgb(192,69,253); }
td.TdClassName
{
border-color: #C045FD;
}
.TagClassName
{
border-color: #C045FD;
}
</style>