Shades of Medium Orchid #C25BF1
Tints of Medium Orchid #C25BF1
RGB
CMYK
RGB Variations
Color information
#C25BF1 (or 0xC25BF1) is known color: Medium Orchid. HEX triplet: C2, 5B and F1. RGB value is (194,91,241). Sum of RGB (Red+Green+Blue) = 194+91+241=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 91 (35.94% from 255 or 17.30% from 526); Blue value is 241 (94.53% from 255 or 45.82% from 526); Max value from RGB is 241 - color contains mainly: blue. Hex color #C25BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25BF1 is #3DA40E. Grayscale: #8A8A8A. Windows color (decimal): -4039695 or 15817666. OLE color: 15817666.
HSL color Cylindrical-coordinate representation of color #C25BF1: hue angle of 281.2º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C25BF1 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 91 | 241 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.05 |
| HSL | 281.2º | 0.84% | 0.65% | - |
| HSV(B) | 281.2º | 0.62% | 0.95% | - |
| XYZ | 41.87 | 25.3 | 85.9 | - |
| YUV | 138.9 | 185.62 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 241 | 0.20 | 0.62 | 0 | 0.05 | 281.2 | 0.84 | 0.65 |
| Hex | C2 | 5B | F1 | 14 | 3E | 0 | 5 | 119 | 54 | 41 |
| Octal | 302 | 133 | 361 | 24 | 76 | 0 | 5 | 431 | 124 | 101 |
| Binary | 11000010 | 1011011 | 11110001 | 10100 | 111110 | 0 | 101 | 100011001 | 1010100 | 1000001 |
Color Harmonies of #C25BF1
Complementary color
Monochromatic Colors of #C25BF1
Black with #C25BF1
Text Example
Text Example
White with #C25BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25BF1; }
p { color: rgb(194,91,241); }
H1.HeaderClassName
{
color: #C25BF1;
}
.AnyTagClassName
{
color: #C25BF1;
}
</style>
background-color css
<style>
a { background-color: #C25BF1; }
a { background-color: rgb(194,91,241); }
div.DivClassName
{
background-color: #C25BF1;
}
.BgClassName
{
background-color: #C25BF1;
}
</style>
border-color css
<style>
span { border-color: #C25BF1; }
span { border-color: rgb(194,91,241); }
td.TdClassName
{
border-color: #C25BF1;
}
.TagClassName
{
border-color: #C25BF1;
}
</style>