Shades of Medium Orchid #C45FF1
Tints of Medium Orchid #C45FF1
RGB
CMYK
RGB Variations
Color information
#C45FF1 (or 0xC45FF1) is known color: Medium Orchid. HEX triplet: C4, 5F and F1. RGB value is (196,95,241). Sum of RGB (Red+Green+Blue) = 196+95+241=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 95 (37.5% from 255 or 17.86% from 532); Blue value is 241 (94.53% from 255 or 45.30% from 532); Max value from RGB is 241 - color contains mainly: blue. Hex color #C45FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45FF1 is #3BA00E. Grayscale: #8D8D8D. Windows color (decimal): -3907599 or 15818692. OLE color: 15818692.
HSL color Cylindrical-coordinate representation of color #C45FF1: hue angle of 281.51º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C45FF1 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 95 | 241 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.05 |
| HSL | 281.51º | 0.84% | 0.66% | - |
| HSV(B) | 281.51º | 0.61% | 0.95% | - |
| XYZ | 42.73 | 26.27 | 86.04 | - |
| YUV | 141.84 | 183.96 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 95 | 241 | 0.19 | 0.61 | 0 | 0.05 | 281.51 | 0.84 | 0.66 |
| Hex | C4 | 5F | F1 | 13 | 3D | 0 | 5 | 11A | 54 | 42 |
| Octal | 304 | 137 | 361 | 23 | 75 | 0 | 5 | 432 | 124 | 102 |
| Binary | 11000100 | 1011111 | 11110001 | 10011 | 111101 | 0 | 101 | 100011010 | 1010100 | 1000010 |
Color Harmonies of #C45FF1
Complementary color
Monochromatic Colors of #C45FF1
Black with #C45FF1
Text Example
Text Example
White with #C45FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45FF1; }
p { color: rgb(196,95,241); }
H1.HeaderClassName
{
color: #C45FF1;
}
.AnyTagClassName
{
color: #C45FF1;
}
</style>
background-color css
<style>
a { background-color: #C45FF1; }
a { background-color: rgb(196,95,241); }
div.DivClassName
{
background-color: #C45FF1;
}
.BgClassName
{
background-color: #C45FF1;
}
</style>
border-color css
<style>
span { border-color: #C45FF1; }
span { border-color: rgb(196,95,241); }
td.TdClassName
{
border-color: #C45FF1;
}
.TagClassName
{
border-color: #C45FF1;
}
</style>