Shades of Medium Orchid #C46ADF
Tints of Medium Orchid #C46ADF
RGB
CMYK
RGB Variations
Color information
#C46ADF (or 0xC46ADF) is known color: Medium Orchid. HEX triplet: C4, 6A and DF. RGB value is (196,106,223). Sum of RGB (Red+Green+Blue) = 196+106+223=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 106 (41.80% from 255 or 20.19% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #C46ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46ADF is #3B9520. Grayscale: #919191. Windows color (decimal): -3904801 or 14641860. OLE color: 14641860.
HSL color Cylindrical-coordinate representation of color #C46ADF: hue angle of 286.15º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C46ADF is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 106 | 223 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.13 |
| HSL | 286.15º | 0.65% | 0.65% | - |
| HSV(B) | 286.15º | 0.52% | 0.87% | - |
| XYZ | 41.24 | 27.37 | 72.92 | - |
| YUV | 146.25 | 171.32 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 106 | 223 | 0.12 | 0.52 | 0 | 0.13 | 286.15 | 0.65 | 0.65 |
| Hex | C4 | 6A | DF | C | 34 | 0 | D | 11E | 41 | 41 |
| Octal | 304 | 152 | 337 | 14 | 64 | 0 | 15 | 436 | 101 | 101 |
| Binary | 11000100 | 1101010 | 11011111 | 1100 | 110100 | 0 | 1101 | 100011110 | 1000001 | 1000001 |
Color Harmonies of #C46ADF
Complementary color
Monochromatic Colors of #C46ADF
Black with #C46ADF
Text Example
Text Example
White with #C46ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46ADF; }
p { color: rgb(196,106,223); }
H1.HeaderClassName
{
color: #C46ADF;
}
.AnyTagClassName
{
color: #C46ADF;
}
</style>
background-color css
<style>
a { background-color: #C46ADF; }
a { background-color: rgb(196,106,223); }
div.DivClassName
{
background-color: #C46ADF;
}
.BgClassName
{
background-color: #C46ADF;
}
</style>
border-color css
<style>
span { border-color: #C46ADF; }
span { border-color: rgb(196,106,223); }
td.TdClassName
{
border-color: #C46ADF;
}
.TagClassName
{
border-color: #C46ADF;
}
</style>