Shades of Medium Orchid #C45DF4
Tints of Medium Orchid #C45DF4
RGB
CMYK
RGB Variations
Color information
#C45DF4 (or 0xC45DF4) is known color: Medium Orchid. HEX triplet: C4, 5D and F4. RGB value is (196,93,244). Sum of RGB (Red+Green+Blue) = 196+93+244=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 93 (36.72% from 255 or 17.45% from 533); Blue value is 244 (95.70% from 255 or 45.78% from 533); Max value from RGB is 244 - color contains mainly: blue. Hex color #C45DF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45DF4 is #3BA20B. Grayscale: #8C8C8C. Windows color (decimal): -3908108 or 16014788. OLE color: 16014788.
HSL color Cylindrical-coordinate representation of color #C45DF4: hue angle of 280.93º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C45DF4 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 93 | 244 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.04 |
| HSL | 280.93º | 0.87% | 0.66% | - |
| HSV(B) | 280.93º | 0.62% | 0.96% | - |
| XYZ | 43.01 | 26.1 | 88.36 | - |
| YUV | 141.01 | 186.12 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 93 | 244 | 0.20 | 0.62 | 0 | 0.04 | 280.93 | 0.87 | 0.66 |
| Hex | C4 | 5D | F4 | 14 | 3E | 0 | 4 | 119 | 57 | 42 |
| Octal | 304 | 135 | 364 | 24 | 76 | 0 | 4 | 431 | 127 | 102 |
| Binary | 11000100 | 1011101 | 11110100 | 10100 | 111110 | 0 | 100 | 100011001 | 1010111 | 1000010 |
Color Harmonies of #C45DF4
Complementary color
Monochromatic Colors of #C45DF4
Black with #C45DF4
Text Example
Text Example
White with #C45DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45DF4; }
p { color: rgb(196,93,244); }
H1.HeaderClassName
{
color: #C45DF4;
}
.AnyTagClassName
{
color: #C45DF4;
}
</style>
background-color css
<style>
a { background-color: #C45DF4; }
a { background-color: rgb(196,93,244); }
div.DivClassName
{
background-color: #C45DF4;
}
.BgClassName
{
background-color: #C45DF4;
}
</style>
border-color css
<style>
span { border-color: #C45DF4; }
span { border-color: rgb(196,93,244); }
td.TdClassName
{
border-color: #C45DF4;
}
.TagClassName
{
border-color: #C45DF4;
}
</style>