Shades of Medium Orchid #C25BF2
Tints of Medium Orchid #C25BF2
RGB
CMYK
RGB Variations
Color information
#C25BF2 (or 0xC25BF2) is known color: Medium Orchid. HEX triplet: C2, 5B and F2. RGB value is (194,91,242). Sum of RGB (Red+Green+Blue) = 194+91+242=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 91 (35.94% from 255 or 17.27% from 527); Blue value is 242 (94.92% from 255 or 45.92% from 527); Max value from RGB is 242 - color contains mainly: blue. Hex color #C25BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25BF2 is #3DA40D. Grayscale: #8A8A8A. Windows color (decimal): -4039694 or 15883202. OLE color: 15883202.
HSL color Cylindrical-coordinate representation of color #C25BF2: hue angle of 280.93º degrees, saturation: 0.85, 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 #C25BF2 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 91 | 242 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.05 |
| HSL | 280.93º | 0.85% | 0.65% | - |
| HSV(B) | 280.93º | 0.62% | 0.95% | - |
| XYZ | 42.02 | 25.36 | 86.69 | - |
| YUV | 139.01 | 186.12 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 242 | 0.20 | 0.62 | 0 | 0.05 | 280.93 | 0.85 | 0.65 |
| Hex | C2 | 5B | F2 | 14 | 3E | 0 | 5 | 119 | 55 | 41 |
| Octal | 302 | 133 | 362 | 24 | 76 | 0 | 5 | 431 | 125 | 101 |
| Binary | 11000010 | 1011011 | 11110010 | 10100 | 111110 | 0 | 101 | 100011001 | 1010101 | 1000001 |
Color Harmonies of #C25BF2
Complementary color
Monochromatic Colors of #C25BF2
Black with #C25BF2
Text Example
Text Example
White with #C25BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25BF2; }
p { color: rgb(194,91,242); }
H1.HeaderClassName
{
color: #C25BF2;
}
.AnyTagClassName
{
color: #C25BF2;
}
</style>
background-color css
<style>
a { background-color: #C25BF2; }
a { background-color: rgb(194,91,242); }
div.DivClassName
{
background-color: #C25BF2;
}
.BgClassName
{
background-color: #C25BF2;
}
</style>
border-color css
<style>
span { border-color: #C25BF2; }
span { border-color: rgb(194,91,242); }
td.TdClassName
{
border-color: #C25BF2;
}
.TagClassName
{
border-color: #C25BF2;
}
</style>