Shades of Medium Orchid #C245D6
Tints of Medium Orchid #C245D6
RGB
CMYK
RGB Variations
Color information
#C245D6 (or 0xC245D6) is known color: Medium Orchid. HEX triplet: C2, 45 and D6. RGB value is (194,69,214). Sum of RGB (Red+Green+Blue) = 194+69+214=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 69 (27.34% from 255 or 14.47% from 477); Blue value is 214 (83.98% from 255 or 44.86% from 477); Max value from RGB is 214 - color contains mainly: blue. Hex color #C245D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C245D6 is #3DBA29. Grayscale: #7A7A7A. Windows color (decimal): -4045354 or 14042562. OLE color: 14042562.
HSL color Cylindrical-coordinate representation of color #C245D6: hue angle of 291.72º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C245D6 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 69 | 214 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.16 |
| HSL | 291.72º | 0.64% | 0.55% | - |
| HSV(B) | 291.72º | 0.68% | 0.84% | - |
| XYZ | 36.51 | 20.58 | 65.67 | - |
| YUV | 122.91 | 179.41 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 214 | 0.09 | 0.68 | 0 | 0.16 | 291.72 | 0.64 | 0.55 |
| Hex | C2 | 45 | D6 | 9 | 44 | 0 | 10 | 124 | 40 | 37 |
| Octal | 302 | 105 | 326 | 11 | 104 | 0 | 20 | 444 | 100 | 67 |
| Binary | 11000010 | 1000101 | 11010110 | 1001 | 1000100 | 0 | 10000 | 100100100 | 1000000 | 110111 |
Color Harmonies of #C245D6
Complementary color
Monochromatic Colors of #C245D6
Black with #C245D6
Text Example
Text Example
White with #C245D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C245D6; }
p { color: rgb(194,69,214); }
H1.HeaderClassName
{
color: #C245D6;
}
.AnyTagClassName
{
color: #C245D6;
}
</style>
background-color css
<style>
a { background-color: #C245D6; }
a { background-color: rgb(194,69,214); }
div.DivClassName
{
background-color: #C245D6;
}
.BgClassName
{
background-color: #C245D6;
}
</style>
border-color css
<style>
span { border-color: #C245D6; }
span { border-color: rgb(194,69,214); }
td.TdClassName
{
border-color: #C245D6;
}
.TagClassName
{
border-color: #C245D6;
}
</style>