Shades of Medium Orchid #C46CDD
Tints of Medium Orchid #C46CDD
RGB
CMYK
RGB Variations
Color information
#C46CDD (or 0xC46CDD) is known color: Medium Orchid. HEX triplet: C4, 6C and DD. RGB value is (196,108,221). Sum of RGB (Red+Green+Blue) = 196+108+221=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 108 (42.58% from 255 or 20.57% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #C46CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46CDD is #3B9322. Grayscale: #929292. Windows color (decimal): -3904291 or 14511300. OLE color: 14511300.
HSL color Cylindrical-coordinate representation of color #C46CDD: hue angle of 286.73º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C46CDD is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 108 | 221 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.13 |
| HSL | 286.73º | 0.62% | 0.65% | - |
| HSV(B) | 286.73º | 0.51% | 0.87% | - |
| XYZ | 41.18 | 27.68 | 71.58 | - |
| YUV | 147.19 | 169.65 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 221 | 0.11 | 0.51 | 0 | 0.13 | 286.73 | 0.62 | 0.65 |
| Hex | C4 | 6C | DD | B | 33 | 0 | D | 11F | 3E | 41 |
| Octal | 304 | 154 | 335 | 13 | 63 | 0 | 15 | 437 | 76 | 101 |
| Binary | 11000100 | 1101100 | 11011101 | 1011 | 110011 | 0 | 1101 | 100011111 | 111110 | 1000001 |
Color Harmonies of #C46CDD
Complementary color
Monochromatic Colors of #C46CDD
Black with #C46CDD
Text Example
Text Example
White with #C46CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46CDD; }
p { color: rgb(196,108,221); }
H1.HeaderClassName
{
color: #C46CDD;
}
.AnyTagClassName
{
color: #C46CDD;
}
</style>
background-color css
<style>
a { background-color: #C46CDD; }
a { background-color: rgb(196,108,221); }
div.DivClassName
{
background-color: #C46CDD;
}
.BgClassName
{
background-color: #C46CDD;
}
</style>
border-color css
<style>
span { border-color: #C46CDD; }
span { border-color: rgb(196,108,221); }
td.TdClassName
{
border-color: #C46CDD;
}
.TagClassName
{
border-color: #C46CDD;
}
</style>