Shades of Medium Orchid #C25CF2
Tints of Medium Orchid #C25CF2
RGB
CMYK
RGB Variations
Color information
#C25CF2 (or 0xC25CF2) is known color: Medium Orchid. HEX triplet: C2, 5C and F2. RGB value is (194,92,242). Sum of RGB (Red+Green+Blue) = 194+92+242=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 92 (36.33% from 255 or 17.42% from 528); Blue value is 242 (94.92% from 255 or 45.83% from 528); Max value from RGB is 242 - color contains mainly: blue. Hex color #C25CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25CF2 is #3DA30D. Grayscale: #8B8B8B. Windows color (decimal): -4039438 or 15883458. OLE color: 15883458.
HSL color Cylindrical-coordinate representation of color #C25CF2: hue angle of 280.8º 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 #C25CF2 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 92 | 242 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.05 |
| HSL | 280.8º | 0.85% | 0.65% | - |
| HSV(B) | 280.8º | 0.62% | 0.95% | - |
| XYZ | 42.1 | 25.53 | 86.71 | - |
| YUV | 139.6 | 185.79 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 242 | 0.20 | 0.62 | 0 | 0.05 | 280.8 | 0.85 | 0.65 |
| Hex | C2 | 5C | F2 | 14 | 3E | 0 | 5 | 119 | 55 | 41 |
| Octal | 302 | 134 | 362 | 24 | 76 | 0 | 5 | 431 | 125 | 101 |
| Binary | 11000010 | 1011100 | 11110010 | 10100 | 111110 | 0 | 101 | 100011001 | 1010101 | 1000001 |
Color Harmonies of #C25CF2
Complementary color
Monochromatic Colors of #C25CF2
Black with #C25CF2
Text Example
Text Example
White with #C25CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25CF2; }
p { color: rgb(194,92,242); }
H1.HeaderClassName
{
color: #C25CF2;
}
.AnyTagClassName
{
color: #C25CF2;
}
</style>
background-color css
<style>
a { background-color: #C25CF2; }
a { background-color: rgb(194,92,242); }
div.DivClassName
{
background-color: #C25CF2;
}
.BgClassName
{
background-color: #C25CF2;
}
</style>
border-color css
<style>
span { border-color: #C25CF2; }
span { border-color: rgb(194,92,242); }
td.TdClassName
{
border-color: #C25CF2;
}
.TagClassName
{
border-color: #C25CF2;
}
</style>