Shades of Medium Orchid #C46BCD
Tints of Medium Orchid #C46BCD
RGB
CMYK
RGB Variations
Color information
#C46BCD (or 0xC46BCD) is known color: Medium Orchid. HEX triplet: C4, 6B and CD. RGB value is (196,107,205). Sum of RGB (Red+Green+Blue) = 196+107+205=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #C46BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46BCD is #3B9432. Grayscale: #909090. Windows color (decimal): -3904563 or 13462468. OLE color: 13462468.
HSL color Cylindrical-coordinate representation of color #C46BCD: hue angle of 294.49º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C46BCD is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 107 | 205 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.20 |
| HSL | 294.49º | 0.49% | 0.61% | - |
| HSV(B) | 294.49º | 0.48% | 0.8% | - |
| XYZ | 39.04 | 26.66 | 60.85 | - |
| YUV | 144.78 | 161.99 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 107 | 205 | 0.04 | 0.48 | 0 | 0.20 | 294.49 | 0.49 | 0.61 |
| Hex | C4 | 6B | CD | 4 | 30 | 0 | 14 | 126 | 31 | 3D |
| Octal | 304 | 153 | 315 | 4 | 60 | 0 | 24 | 446 | 61 | 75 |
| Binary | 11000100 | 1101011 | 11001101 | 100 | 110000 | 0 | 10100 | 100100110 | 110001 | 111101 |
Color Harmonies of #C46BCD
Complementary color
Monochromatic Colors of #C46BCD
Black with #C46BCD
Text Example
Text Example
White with #C46BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46BCD; }
p { color: rgb(196,107,205); }
H1.HeaderClassName
{
color: #C46BCD;
}
.AnyTagClassName
{
color: #C46BCD;
}
</style>
background-color css
<style>
a { background-color: #C46BCD; }
a { background-color: rgb(196,107,205); }
div.DivClassName
{
background-color: #C46BCD;
}
.BgClassName
{
background-color: #C46BCD;
}
</style>
border-color css
<style>
span { border-color: #C46BCD; }
span { border-color: rgb(196,107,205); }
td.TdClassName
{
border-color: #C46BCD;
}
.TagClassName
{
border-color: #C46BCD;
}
</style>