Shades of Medium Orchid #C245D7
Tints of Medium Orchid #C245D7
RGB
CMYK
RGB Variations
Color information
#C245D7 (or 0xC245D7) is known color: Medium Orchid. HEX triplet: C2, 45 and D7. RGB value is (194,69,215). Sum of RGB (Red+Green+Blue) = 194+69+215=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 69 (27.34% from 255 or 14.44% from 478); Blue value is 215 (84.38% from 255 or 44.98% from 478); Max value from RGB is 215 - color contains mainly: blue. Hex color #C245D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C245D7 is #3DBA28. Grayscale: #7A7A7A. Windows color (decimal): -4045353 or 14108098. OLE color: 14108098.
HSL color Cylindrical-coordinate representation of color #C245D7: hue angle of 291.37º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C245D7 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 69 | 215 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.16 |
| HSL | 291.37º | 0.65% | 0.56% | - |
| HSV(B) | 291.37º | 0.68% | 0.84% | - |
| XYZ | 36.64 | 20.63 | 66.34 | - |
| YUV | 123.02 | 179.91 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 215 | 0.10 | 0.68 | 0 | 0.16 | 291.37 | 0.65 | 0.56 |
| Hex | C2 | 45 | D7 | A | 44 | 0 | 10 | 123 | 41 | 38 |
| Octal | 302 | 105 | 327 | 12 | 104 | 0 | 20 | 443 | 101 | 70 |
| Binary | 11000010 | 1000101 | 11010111 | 1010 | 1000100 | 0 | 10000 | 100100011 | 1000001 | 111000 |
Color Harmonies of #C245D7
Complementary color
Monochromatic Colors of #C245D7
Black with #C245D7
Text Example
Text Example
White with #C245D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C245D7; }
p { color: rgb(194,69,215); }
H1.HeaderClassName
{
color: #C245D7;
}
.AnyTagClassName
{
color: #C245D7;
}
</style>
background-color css
<style>
a { background-color: #C245D7; }
a { background-color: rgb(194,69,215); }
div.DivClassName
{
background-color: #C245D7;
}
.BgClassName
{
background-color: #C245D7;
}
</style>
border-color css
<style>
span { border-color: #C245D7; }
span { border-color: rgb(194,69,215); }
td.TdClassName
{
border-color: #C245D7;
}
.TagClassName
{
border-color: #C245D7;
}
</style>