Shades of Medium Orchid #C46FDA
Tints of Medium Orchid #C46FDA
RGB
CMYK
RGB Variations
Color information
#C46FDA (or 0xC46FDA) is known color: Medium Orchid. HEX triplet: C4, 6F and DA. RGB value is (196,111,218). Sum of RGB (Red+Green+Blue) = 196+111+218=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 111 (43.75% from 255 or 21.14% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #C46FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46FDA is #3B9025. Grayscale: #949494. Windows color (decimal): -3903526 or 14315460. OLE color: 14315460.
HSL color Cylindrical-coordinate representation of color #C46FDA: hue angle of 287.66º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C46FDA is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 111 | 218 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.15 |
| HSL | 287.66º | 0.59% | 0.65% | - |
| HSV(B) | 287.66º | 0.49% | 0.85% | - |
| XYZ | 41.1 | 28.17 | 69.6 | - |
| YUV | 148.61 | 167.16 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 111 | 218 | 0.10 | 0.49 | 0 | 0.15 | 287.66 | 0.59 | 0.65 |
| Hex | C4 | 6F | DA | A | 31 | 0 | F | 120 | 3B | 41 |
| Octal | 304 | 157 | 332 | 12 | 61 | 0 | 17 | 440 | 73 | 101 |
| Binary | 11000100 | 1101111 | 11011010 | 1010 | 110001 | 0 | 1111 | 100100000 | 111011 | 1000001 |
Color Harmonies of #C46FDA
Complementary color
Monochromatic Colors of #C46FDA
Black with #C46FDA
Text Example
Text Example
White with #C46FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46FDA; }
p { color: rgb(196,111,218); }
H1.HeaderClassName
{
color: #C46FDA;
}
.AnyTagClassName
{
color: #C46FDA;
}
</style>
background-color css
<style>
a { background-color: #C46FDA; }
a { background-color: rgb(196,111,218); }
div.DivClassName
{
background-color: #C46FDA;
}
.BgClassName
{
background-color: #C46FDA;
}
</style>
border-color css
<style>
span { border-color: #C46FDA; }
span { border-color: rgb(196,111,218); }
td.TdClassName
{
border-color: #C46FDA;
}
.TagClassName
{
border-color: #C46FDA;
}
</style>