Shades of Medium Orchid #C045FC
Tints of Medium Orchid #C045FC
RGB
CMYK
RGB Variations
Color information
#C045FC (or 0xC045FC) is known color: Medium Orchid. HEX triplet: C0, 45 and FC. RGB value is (192,69,252). Sum of RGB (Red+Green+Blue) = 192+69+252=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 69 (27.34% from 255 or 13.45% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #C045FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C045FC is #3FBA03. Grayscale: #7E7E7E. Windows color (decimal): -4176388 or 16532928. OLE color: 16532928.
HSL color Cylindrical-coordinate representation of color #C045FC: hue angle of 280.33º degrees, saturation: 0.97, 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 #C045FC is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 69 | 252 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.01 |
| HSL | 280.33º | 0.97% | 0.63% | - |
| HSV(B) | 280.33º | 0.73% | 0.99% | - |
| XYZ | 41.44 | 22.49 | 94.25 | - |
| YUV | 126.64 | 198.75 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 252 | 0.24 | 0.73 | 0 | 0.01 | 280.33 | 0.97 | 0.63 |
| Hex | C0 | 45 | FC | 18 | 49 | 0 | 1 | 118 | 61 | 3F |
| Octal | 300 | 105 | 374 | 30 | 111 | 0 | 1 | 430 | 141 | 77 |
| Binary | 11000000 | 1000101 | 11111100 | 11000 | 1001001 | 0 | 1 | 100011000 | 1100001 | 111111 |
Color Harmonies of #C045FC
Complementary color
Monochromatic Colors of #C045FC
Black with #C045FC
Text Example
Text Example
White with #C045FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C045FC; }
p { color: rgb(192,69,252); }
H1.HeaderClassName
{
color: #C045FC;
}
.AnyTagClassName
{
color: #C045FC;
}
</style>
background-color css
<style>
a { background-color: #C045FC; }
a { background-color: rgb(192,69,252); }
div.DivClassName
{
background-color: #C045FC;
}
.BgClassName
{
background-color: #C045FC;
}
</style>
border-color css
<style>
span { border-color: #C045FC; }
span { border-color: rgb(192,69,252); }
td.TdClassName
{
border-color: #C045FC;
}
.TagClassName
{
border-color: #C045FC;
}
</style>