Shades of Medium Orchid #C45FE6
Tints of Medium Orchid #C45FE6
RGB
CMYK
RGB Variations
Color information
#C45FE6 (or 0xC45FE6) is known color: Medium Orchid. HEX triplet: C4, 5F and E6. RGB value is (196,95,230). Sum of RGB (Red+Green+Blue) = 196+95+230=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 95 (37.5% from 255 or 18.23% from 521); Blue value is 230 (90.23% from 255 or 44.15% from 521); Max value from RGB is 230 - color contains mainly: blue. Hex color #C45FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45FE6 is #3BA019. Grayscale: #8C8C8C. Windows color (decimal): -3907610 or 15097796. OLE color: 15097796.
HSL color Cylindrical-coordinate representation of color #C45FE6: hue angle of 284.89º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C45FE6 is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 95 | 230 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.10 |
| HSL | 284.89º | 0.73% | 0.64% | - |
| HSV(B) | 284.89º | 0.59% | 0.9% | - |
| XYZ | 41.14 | 25.63 | 77.64 | - |
| YUV | 140.59 | 178.46 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 95 | 230 | 0.15 | 0.59 | 0 | 0.10 | 284.89 | 0.73 | 0.64 |
| Hex | C4 | 5F | E6 | F | 3B | 0 | A | 11D | 49 | 40 |
| Octal | 304 | 137 | 346 | 17 | 73 | 0 | 12 | 435 | 111 | 100 |
| Binary | 11000100 | 1011111 | 11100110 | 1111 | 111011 | 0 | 1010 | 100011101 | 1001001 | 1000000 |
Color Harmonies of #C45FE6
Complementary color
Monochromatic Colors of #C45FE6
Black with #C45FE6
Text Example
Text Example
White with #C45FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45FE6; }
p { color: rgb(196,95,230); }
H1.HeaderClassName
{
color: #C45FE6;
}
.AnyTagClassName
{
color: #C45FE6;
}
</style>
background-color css
<style>
a { background-color: #C45FE6; }
a { background-color: rgb(196,95,230); }
div.DivClassName
{
background-color: #C45FE6;
}
.BgClassName
{
background-color: #C45FE6;
}
</style>
border-color css
<style>
span { border-color: #C45FE6; }
span { border-color: rgb(196,95,230); }
td.TdClassName
{
border-color: #C45FE6;
}
.TagClassName
{
border-color: #C45FE6;
}
</style>