Shades of Medium Orchid #C25FCF
Tints of Medium Orchid #C25FCF
RGB
CMYK
RGB Variations
Color information
#C25FCF (or 0xC25FCF) is known color: Medium Orchid. HEX triplet: C2, 5F and CF. RGB value is (194,95,207). Sum of RGB (Red+Green+Blue) = 194+95+207=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 95 (37.5% from 255 or 19.15% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #C25FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25FCF is #3DA030. Grayscale: #898989. Windows color (decimal): -4038705 or 13590466. OLE color: 13590466.
HSL color Cylindrical-coordinate representation of color #C25FCF: hue angle of 293.04º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C25FCF is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 95 | 207 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.19 |
| HSL | 293.04º | 0.54% | 0.59% | - |
| HSV(B) | 293.04º | 0.54% | 0.81% | - |
| XYZ | 37.6 | 24.16 | 61.71 | - |
| YUV | 137.37 | 167.3 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 207 | 0.06 | 0.54 | 0 | 0.19 | 293.04 | 0.54 | 0.59 |
| Hex | C2 | 5F | CF | 6 | 36 | 0 | 13 | 125 | 36 | 3B |
| Octal | 302 | 137 | 317 | 6 | 66 | 0 | 23 | 445 | 66 | 73 |
| Binary | 11000010 | 1011111 | 11001111 | 110 | 110110 | 0 | 10011 | 100100101 | 110110 | 111011 |
Color Harmonies of #C25FCF
Complementary color
Monochromatic Colors of #C25FCF
Black with #C25FCF
Text Example
Text Example
White with #C25FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25FCF; }
p { color: rgb(194,95,207); }
H1.HeaderClassName
{
color: #C25FCF;
}
.AnyTagClassName
{
color: #C25FCF;
}
</style>
background-color css
<style>
a { background-color: #C25FCF; }
a { background-color: rgb(194,95,207); }
div.DivClassName
{
background-color: #C25FCF;
}
.BgClassName
{
background-color: #C25FCF;
}
</style>
border-color css
<style>
span { border-color: #C25FCF; }
span { border-color: rgb(194,95,207); }
td.TdClassName
{
border-color: #C25FCF;
}
.TagClassName
{
border-color: #C25FCF;
}
</style>