Shades of Medium Orchid #C245D0
Tints of Medium Orchid #C245D0
RGB
CMYK
RGB Variations
Color information
#C245D0 (or 0xC245D0) is known color: Medium Orchid. HEX triplet: C2, 45 and D0. RGB value is (194,69,208). Sum of RGB (Red+Green+Blue) = 194+69+208=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 69 (27.34% from 255 or 14.65% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 208 - color contains mainly: blue. Hex color #C245D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C245D0 is #3DBA2F. Grayscale: #797979. Windows color (decimal): -4045360 or 13649346. OLE color: 13649346.
HSL color Cylindrical-coordinate representation of color #C245D0: hue angle of 293.96º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C245D0 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 69 | 208 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.18 |
| HSL | 293.96º | 0.6% | 0.54% | - |
| HSV(B) | 293.96º | 0.67% | 0.82% | - |
| XYZ | 35.76 | 20.28 | 61.7 | - |
| YUV | 122.22 | 176.41 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 208 | 0.07 | 0.67 | 0 | 0.18 | 293.96 | 0.6 | 0.54 |
| Hex | C2 | 45 | D0 | 7 | 43 | 0 | 12 | 126 | 3C | 36 |
| Octal | 302 | 105 | 320 | 7 | 103 | 0 | 22 | 446 | 74 | 66 |
| Binary | 11000010 | 1000101 | 11010000 | 111 | 1000011 | 0 | 10010 | 100100110 | 111100 | 110110 |
Color Harmonies of #C245D0
Complementary color
Monochromatic Colors of #C245D0
Black with #C245D0
Text Example
Text Example
White with #C245D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C245D0; }
p { color: rgb(194,69,208); }
H1.HeaderClassName
{
color: #C245D0;
}
.AnyTagClassName
{
color: #C245D0;
}
</style>
background-color css
<style>
a { background-color: #C245D0; }
a { background-color: rgb(194,69,208); }
div.DivClassName
{
background-color: #C245D0;
}
.BgClassName
{
background-color: #C245D0;
}
</style>
border-color css
<style>
span { border-color: #C245D0; }
span { border-color: rgb(194,69,208); }
td.TdClassName
{
border-color: #C245D0;
}
.TagClassName
{
border-color: #C245D0;
}
</style>