Shades of Medium Orchid #C45FE7
Tints of Medium Orchid #C45FE7
RGB
CMYK
RGB Variations
Color information
#C45FE7 (or 0xC45FE7) is known color: Medium Orchid. HEX triplet: C4, 5F and E7. RGB value is (196,95,231). Sum of RGB (Red+Green+Blue) = 196+95+231=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 95 (37.5% from 255 or 18.20% from 522); Blue value is 231 (90.62% from 255 or 44.25% from 522); Max value from RGB is 231 - color contains mainly: blue. Hex color #C45FE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45FE7 is #3BA018. Grayscale: #8C8C8C. Windows color (decimal): -3907609 or 15163332. OLE color: 15163332.
HSL color Cylindrical-coordinate representation of color #C45FE7: hue angle of 284.56º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C45FE7 is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 95 | 231 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.09 |
| HSL | 284.56º | 0.74% | 0.64% | - |
| HSV(B) | 284.56º | 0.59% | 0.91% | - |
| XYZ | 41.28 | 25.69 | 78.38 | - |
| YUV | 140.7 | 178.96 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 95 | 231 | 0.15 | 0.59 | 0 | 0.09 | 284.56 | 0.74 | 0.64 |
| Hex | C4 | 5F | E7 | F | 3B | 0 | 9 | 11D | 4A | 40 |
| Octal | 304 | 137 | 347 | 17 | 73 | 0 | 11 | 435 | 112 | 100 |
| Binary | 11000100 | 1011111 | 11100111 | 1111 | 111011 | 0 | 1001 | 100011101 | 1001010 | 1000000 |
Color Harmonies of #C45FE7
Complementary color
Monochromatic Colors of #C45FE7
Black with #C45FE7
Text Example
Text Example
White with #C45FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45FE7; }
p { color: rgb(196,95,231); }
H1.HeaderClassName
{
color: #C45FE7;
}
.AnyTagClassName
{
color: #C45FE7;
}
</style>
background-color css
<style>
a { background-color: #C45FE7; }
a { background-color: rgb(196,95,231); }
div.DivClassName
{
background-color: #C45FE7;
}
.BgClassName
{
background-color: #C45FE7;
}
</style>
border-color css
<style>
span { border-color: #C45FE7; }
span { border-color: rgb(196,95,231); }
td.TdClassName
{
border-color: #C45FE7;
}
.TagClassName
{
border-color: #C45FE7;
}
</style>