Shades of Medium Orchid #C470DF
Tints of Medium Orchid #C470DF
RGB
CMYK
RGB Variations
Color information
#C470DF (or 0xC470DF) is known color: Medium Orchid. HEX triplet: C4, 70 and DF. RGB value is (196,112,223). Sum of RGB (Red+Green+Blue) = 196+112+223=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 112 (44.14% from 255 or 21.09% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #C470DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C470DF is #3B8F20. Grayscale: #959595. Windows color (decimal): -3903265 or 14643396. OLE color: 14643396.
HSL color Cylindrical-coordinate representation of color #C470DF: hue angle of 285.41º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C470DF is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 112 | 223 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.13 |
| HSL | 285.41º | 0.63% | 0.66% | - |
| HSV(B) | 285.41º | 0.5% | 0.87% | - |
| XYZ | 41.88 | 28.65 | 73.14 | - |
| YUV | 149.77 | 169.33 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 112 | 223 | 0.12 | 0.50 | 0 | 0.13 | 285.41 | 0.63 | 0.66 |
| Hex | C4 | 70 | DF | C | 32 | 0 | D | 11D | 3F | 42 |
| Octal | 304 | 160 | 337 | 14 | 62 | 0 | 15 | 435 | 77 | 102 |
| Binary | 11000100 | 1110000 | 11011111 | 1100 | 110010 | 0 | 1101 | 100011101 | 111111 | 1000010 |
Color Harmonies of #C470DF
Complementary color
Monochromatic Colors of #C470DF
Black with #C470DF
Text Example
Text Example
White with #C470DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C470DF; }
p { color: rgb(196,112,223); }
H1.HeaderClassName
{
color: #C470DF;
}
.AnyTagClassName
{
color: #C470DF;
}
</style>
background-color css
<style>
a { background-color: #C470DF; }
a { background-color: rgb(196,112,223); }
div.DivClassName
{
background-color: #C470DF;
}
.BgClassName
{
background-color: #C470DF;
}
</style>
border-color css
<style>
span { border-color: #C470DF; }
span { border-color: rgb(196,112,223); }
td.TdClassName
{
border-color: #C470DF;
}
.TagClassName
{
border-color: #C470DF;
}
</style>