Shades of Medium Orchid #C25CF3
Tints of Medium Orchid #C25CF3
RGB
CMYK
RGB Variations
Color information
#C25CF3 (or 0xC25CF3) is known color: Medium Orchid. HEX triplet: C2, 5C and F3. RGB value is (194,92,243). Sum of RGB (Red+Green+Blue) = 194+92+243=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 92 (36.33% from 255 or 17.39% from 529); Blue value is 243 (95.31% from 255 or 45.94% from 529); Max value from RGB is 243 - color contains mainly: blue. Hex color #C25CF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25CF3 is #3DA30C. Grayscale: #8B8B8B. Windows color (decimal): -4039437 or 15948994. OLE color: 15948994.
HSL color Cylindrical-coordinate representation of color #C25CF3: hue angle of 280.53º 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 #C25CF3 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 92 | 243 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.05 |
| HSL | 280.53º | 0.86% | 0.66% | - |
| HSV(B) | 280.53º | 0.62% | 0.95% | - |
| XYZ | 42.25 | 25.59 | 87.51 | - |
| YUV | 139.71 | 186.29 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 243 | 0.20 | 0.62 | 0 | 0.05 | 280.53 | 0.86 | 0.66 |
| Hex | C2 | 5C | F3 | 14 | 3E | 0 | 5 | 119 | 56 | 42 |
| Octal | 302 | 134 | 363 | 24 | 76 | 0 | 5 | 431 | 126 | 102 |
| Binary | 11000010 | 1011100 | 11110011 | 10100 | 111110 | 0 | 101 | 100011001 | 1010110 | 1000010 |
Color Harmonies of #C25CF3
Complementary color
Monochromatic Colors of #C25CF3
Black with #C25CF3
Text Example
Text Example
White with #C25CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25CF3; }
p { color: rgb(194,92,243); }
H1.HeaderClassName
{
color: #C25CF3;
}
.AnyTagClassName
{
color: #C25CF3;
}
</style>
background-color css
<style>
a { background-color: #C25CF3; }
a { background-color: rgb(194,92,243); }
div.DivClassName
{
background-color: #C25CF3;
}
.BgClassName
{
background-color: #C25CF3;
}
</style>
border-color css
<style>
span { border-color: #C25CF3; }
span { border-color: rgb(194,92,243); }
td.TdClassName
{
border-color: #C25CF3;
}
.TagClassName
{
border-color: #C25CF3;
}
</style>