Shades of Medium Orchid #C245DD
Tints of Medium Orchid #C245DD
RGB
CMYK
RGB Variations
Color information
#C245DD (or 0xC245DD) is known color: Medium Orchid. HEX triplet: C2, 45 and DD. RGB value is (194,69,221). Sum of RGB (Red+Green+Blue) = 194+69+221=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 69 (27.34% from 255 or 14.26% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #C245DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C245DD is #3DBA22. Grayscale: #7B7B7B. Windows color (decimal): -4045347 or 14501314. OLE color: 14501314.
HSL color Cylindrical-coordinate representation of color #C245DD: hue angle of 289.34º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C245DD is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 69 | 221 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.13 |
| HSL | 289.34º | 0.69% | 0.57% | - |
| HSV(B) | 289.34º | 0.69% | 0.87% | - |
| XYZ | 37.43 | 20.95 | 70.48 | - |
| YUV | 123.7 | 182.91 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 221 | 0.12 | 0.69 | 0 | 0.13 | 289.34 | 0.69 | 0.57 |
| Hex | C2 | 45 | DD | C | 45 | 0 | D | 121 | 45 | 39 |
| Octal | 302 | 105 | 335 | 14 | 105 | 0 | 15 | 441 | 105 | 71 |
| Binary | 11000010 | 1000101 | 11011101 | 1100 | 1000101 | 0 | 1101 | 100100001 | 1000101 | 111001 |
Color Harmonies of #C245DD
Complementary color
Monochromatic Colors of #C245DD
Black with #C245DD
Text Example
Text Example
White with #C245DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C245DD; }
p { color: rgb(194,69,221); }
H1.HeaderClassName
{
color: #C245DD;
}
.AnyTagClassName
{
color: #C245DD;
}
</style>
background-color css
<style>
a { background-color: #C245DD; }
a { background-color: rgb(194,69,221); }
div.DivClassName
{
background-color: #C245DD;
}
.BgClassName
{
background-color: #C245DD;
}
</style>
border-color css
<style>
span { border-color: #C245DD; }
span { border-color: rgb(194,69,221); }
td.TdClassName
{
border-color: #C245DD;
}
.TagClassName
{
border-color: #C245DD;
}
</style>