Shades of Medium Orchid #C045FA
Tints of Medium Orchid #C045FA
RGB
CMYK
RGB Variations
Color information
#C045FA (or 0xC045FA) is known color: Medium Orchid. HEX triplet: C0, 45 and FA. RGB value is (192,69,250). Sum of RGB (Red+Green+Blue) = 192+69+250=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 69 (27.34% from 255 or 13.50% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #C045FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C045FA is #3FBA05. Grayscale: #7D7D7D. Windows color (decimal): -4176390 or 16401856. OLE color: 16401856.
HSL color Cylindrical-coordinate representation of color #C045FA: hue angle of 280.77º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C045FA is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 69 | 250 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.02 |
| HSL | 280.77º | 0.95% | 0.63% | - |
| HSV(B) | 280.77º | 0.72% | 0.98% | - |
| XYZ | 41.12 | 22.36 | 92.59 | - |
| YUV | 126.41 | 197.75 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 250 | 0.23 | 0.72 | 0 | 0.02 | 280.77 | 0.95 | 0.63 |
| Hex | C0 | 45 | FA | 17 | 48 | 0 | 2 | 119 | 5F | 3F |
| Octal | 300 | 105 | 372 | 27 | 110 | 0 | 2 | 431 | 137 | 77 |
| Binary | 11000000 | 1000101 | 11111010 | 10111 | 1001000 | 0 | 10 | 100011001 | 1011111 | 111111 |
Color Harmonies of #C045FA
Complementary color
Monochromatic Colors of #C045FA
Black with #C045FA
Text Example
Text Example
White with #C045FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C045FA; }
p { color: rgb(192,69,250); }
H1.HeaderClassName
{
color: #C045FA;
}
.AnyTagClassName
{
color: #C045FA;
}
</style>
background-color css
<style>
a { background-color: #C045FA; }
a { background-color: rgb(192,69,250); }
div.DivClassName
{
background-color: #C045FA;
}
.BgClassName
{
background-color: #C045FA;
}
</style>
border-color css
<style>
span { border-color: #C045FA; }
span { border-color: rgb(192,69,250); }
td.TdClassName
{
border-color: #C045FA;
}
.TagClassName
{
border-color: #C045FA;
}
</style>