Shades of Medium Orchid #C045CD
Tints of Medium Orchid #C045CD
RGB
CMYK
RGB Variations
Color information
#C045CD (or 0xC045CD) is known color: Medium Orchid. HEX triplet: C0, 45 and CD. RGB value is (192,69,205). Sum of RGB (Red+Green+Blue) = 192+69+205=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 69 (27.34% from 255 or 14.81% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #C045CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C045CD is #3FBA32. Grayscale: #787878. Windows color (decimal): -4176435 or 13452736. OLE color: 13452736.
HSL color Cylindrical-coordinate representation of color #C045CD: hue angle of 294.26º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C045CD is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 69 | 205 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.20 |
| HSL | 294.26º | 0.58% | 0.54% | - |
| HSV(B) | 294.26º | 0.66% | 0.8% | - |
| XYZ | 34.89 | 19.87 | 59.75 | - |
| YUV | 121.28 | 175.25 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 205 | 0.06 | 0.66 | 0 | 0.20 | 294.26 | 0.58 | 0.54 |
| Hex | C0 | 45 | CD | 6 | 42 | 0 | 14 | 126 | 3A | 36 |
| Octal | 300 | 105 | 315 | 6 | 102 | 0 | 24 | 446 | 72 | 66 |
| Binary | 11000000 | 1000101 | 11001101 | 110 | 1000010 | 0 | 10100 | 100100110 | 111010 | 110110 |
Color Harmonies of #C045CD
Complementary color
Monochromatic Colors of #C045CD
Black with #C045CD
Text Example
Text Example
White with #C045CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C045CD; }
p { color: rgb(192,69,205); }
H1.HeaderClassName
{
color: #C045CD;
}
.AnyTagClassName
{
color: #C045CD;
}
</style>
background-color css
<style>
a { background-color: #C045CD; }
a { background-color: rgb(192,69,205); }
div.DivClassName
{
background-color: #C045CD;
}
.BgClassName
{
background-color: #C045CD;
}
</style>
border-color css
<style>
span { border-color: #C045CD; }
span { border-color: rgb(192,69,205); }
td.TdClassName
{
border-color: #C045CD;
}
.TagClassName
{
border-color: #C045CD;
}
</style>