Shades of Medium Orchid #C045D4
Tints of Medium Orchid #C045D4
RGB
CMYK
RGB Variations
Color information
#C045D4 (or 0xC045D4) is known color: Medium Orchid. HEX triplet: C0, 45 and D4. RGB value is (192,69,212). Sum of RGB (Red+Green+Blue) = 192+69+212=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 69 (27.34% from 255 or 14.59% from 473); Blue value is 212 (83.20% from 255 or 44.82% from 473); Max value from RGB is 212 - color contains mainly: blue. Hex color #C045D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C045D4 is #3FBA2B. Grayscale: #797979. Windows color (decimal): -4176428 or 13911488. OLE color: 13911488.
HSL color Cylindrical-coordinate representation of color #C045D4: hue angle of 291.61º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C045D4 is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 69 | 212 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.17 |
| HSL | 291.61º | 0.62% | 0.55% | - |
| HSV(B) | 291.61º | 0.67% | 0.83% | - |
| XYZ | 35.75 | 20.22 | 64.31 | - |
| YUV | 122.08 | 178.75 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 212 | 0.09 | 0.67 | 0 | 0.17 | 291.61 | 0.62 | 0.55 |
| Hex | C0 | 45 | D4 | 9 | 43 | 0 | 11 | 124 | 3E | 37 |
| Octal | 300 | 105 | 324 | 11 | 103 | 0 | 21 | 444 | 76 | 67 |
| Binary | 11000000 | 1000101 | 11010100 | 1001 | 1000011 | 0 | 10001 | 100100100 | 111110 | 110111 |
Color Harmonies of #C045D4
Complementary color
Monochromatic Colors of #C045D4
Black with #C045D4
Text Example
Text Example
White with #C045D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C045D4; }
p { color: rgb(192,69,212); }
H1.HeaderClassName
{
color: #C045D4;
}
.AnyTagClassName
{
color: #C045D4;
}
</style>
background-color css
<style>
a { background-color: #C045D4; }
a { background-color: rgb(192,69,212); }
div.DivClassName
{
background-color: #C045D4;
}
.BgClassName
{
background-color: #C045D4;
}
</style>
border-color css
<style>
span { border-color: #C045D4; }
span { border-color: rgb(192,69,212); }
td.TdClassName
{
border-color: #C045D4;
}
.TagClassName
{
border-color: #C045D4;
}
</style>