Shades of Medium Orchid #C245DC
Tints of Medium Orchid #C245DC
RGB
CMYK
RGB Variations
Color information
#C245DC (or 0xC245DC) is known color: Medium Orchid. HEX triplet: C2, 45 and DC. RGB value is (194,69,220). Sum of RGB (Red+Green+Blue) = 194+69+220=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 69 (27.34% from 255 or 14.29% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #C245DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C245DC is #3DBA23. Grayscale: #7B7B7B. Windows color (decimal): -4045348 or 14435778. OLE color: 14435778.
HSL color Cylindrical-coordinate representation of color #C245DC: hue angle of 289.67º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C245DC is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 69 | 220 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.14 |
| HSL | 289.67º | 0.68% | 0.57% | - |
| HSV(B) | 289.67º | 0.69% | 0.86% | - |
| XYZ | 37.29 | 20.89 | 69.78 | - |
| YUV | 123.59 | 182.41 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 220 | 0.12 | 0.69 | 0 | 0.14 | 289.67 | 0.68 | 0.57 |
| Hex | C2 | 45 | DC | C | 45 | 0 | E | 122 | 44 | 39 |
| Octal | 302 | 105 | 334 | 14 | 105 | 0 | 16 | 442 | 104 | 71 |
| Binary | 11000010 | 1000101 | 11011100 | 1100 | 1000101 | 0 | 1110 | 100100010 | 1000100 | 111001 |
Color Harmonies of #C245DC
Complementary color
Monochromatic Colors of #C245DC
Black with #C245DC
Text Example
Text Example
White with #C245DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C245DC; }
p { color: rgb(194,69,220); }
H1.HeaderClassName
{
color: #C245DC;
}
.AnyTagClassName
{
color: #C245DC;
}
</style>
background-color css
<style>
a { background-color: #C245DC; }
a { background-color: rgb(194,69,220); }
div.DivClassName
{
background-color: #C245DC;
}
.BgClassName
{
background-color: #C245DC;
}
</style>
border-color css
<style>
span { border-color: #C245DC; }
span { border-color: rgb(194,69,220); }
td.TdClassName
{
border-color: #C245DC;
}
.TagClassName
{
border-color: #C245DC;
}
</style>