Shades of Medium Orchid #C45CF3
Tints of Medium Orchid #C45CF3
RGB
CMYK
RGB Variations
Color information
#C45CF3 (or 0xC45CF3) is known color: Medium Orchid. HEX triplet: C4, 5C and F3. RGB value is (196,92,243). Sum of RGB (Red+Green+Blue) = 196+92+243=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 92 (36.33% from 255 or 17.33% from 531); Blue value is 243 (95.31% from 255 or 45.76% from 531); Max value from RGB is 243 - color contains mainly: blue. Hex color #C45CF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45CF3 is #3BA30C. Grayscale: #8B8B8B. Windows color (decimal): -3908365 or 15948996. OLE color: 15948996.
HSL color Cylindrical-coordinate representation of color #C45CF3: hue angle of 281.32º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C45CF3 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 92 | 243 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.05 |
| HSL | 281.32º | 0.86% | 0.66% | - |
| HSV(B) | 281.32º | 0.62% | 0.95% | - |
| XYZ | 42.77 | 25.86 | 87.53 | - |
| YUV | 140.31 | 185.96 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 92 | 243 | 0.19 | 0.62 | 0 | 0.05 | 281.32 | 0.86 | 0.66 |
| Hex | C4 | 5C | F3 | 13 | 3E | 0 | 5 | 119 | 56 | 42 |
| Octal | 304 | 134 | 363 | 23 | 76 | 0 | 5 | 431 | 126 | 102 |
| Binary | 11000100 | 1011100 | 11110011 | 10011 | 111110 | 0 | 101 | 100011001 | 1010110 | 1000010 |
Color Harmonies of #C45CF3
Complementary color
Monochromatic Colors of #C45CF3
Black with #C45CF3
Text Example
Text Example
White with #C45CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45CF3; }
p { color: rgb(196,92,243); }
H1.HeaderClassName
{
color: #C45CF3;
}
.AnyTagClassName
{
color: #C45CF3;
}
</style>
background-color css
<style>
a { background-color: #C45CF3; }
a { background-color: rgb(196,92,243); }
div.DivClassName
{
background-color: #C45CF3;
}
.BgClassName
{
background-color: #C45CF3;
}
</style>
border-color css
<style>
span { border-color: #C45CF3; }
span { border-color: rgb(196,92,243); }
td.TdClassName
{
border-color: #C45CF3;
}
.TagClassName
{
border-color: #C45CF3;
}
</style>