Shades of Medium Orchid #C45FDF
Tints of Medium Orchid #C45FDF
RGB
CMYK
RGB Variations
Color information
#C45FDF (or 0xC45FDF) is known color: Medium Orchid. HEX triplet: C4, 5F and DF. RGB value is (196,95,223). Sum of RGB (Red+Green+Blue) = 196+95+223=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 95 (37.5% from 255 or 18.48% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #C45FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45FDF is #3BA020. Grayscale: #8B8B8B. Windows color (decimal): -3907617 or 14639044. OLE color: 14639044.
HSL color Cylindrical-coordinate representation of color #C45FDF: hue angle of 287.34º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C45FDF is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 95 | 223 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.13 |
| HSL | 287.34º | 0.67% | 0.62% | - |
| HSV(B) | 287.34º | 0.57% | 0.87% | - |
| XYZ | 40.18 | 25.25 | 72.57 | - |
| YUV | 139.79 | 174.96 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 95 | 223 | 0.12 | 0.57 | 0 | 0.13 | 287.34 | 0.67 | 0.62 |
| Hex | C4 | 5F | DF | C | 39 | 0 | D | 11F | 43 | 3E |
| Octal | 304 | 137 | 337 | 14 | 71 | 0 | 15 | 437 | 103 | 76 |
| Binary | 11000100 | 1011111 | 11011111 | 1100 | 111001 | 0 | 1101 | 100011111 | 1000011 | 111110 |
Color Harmonies of #C45FDF
Complementary color
Monochromatic Colors of #C45FDF
Black with #C45FDF
Text Example
Text Example
White with #C45FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45FDF; }
p { color: rgb(196,95,223); }
H1.HeaderClassName
{
color: #C45FDF;
}
.AnyTagClassName
{
color: #C45FDF;
}
</style>
background-color css
<style>
a { background-color: #C45FDF; }
a { background-color: rgb(196,95,223); }
div.DivClassName
{
background-color: #C45FDF;
}
.BgClassName
{
background-color: #C45FDF;
}
</style>
border-color css
<style>
span { border-color: #C45FDF; }
span { border-color: rgb(196,95,223); }
td.TdClassName
{
border-color: #C45FDF;
}
.TagClassName
{
border-color: #C45FDF;
}
</style>