Shades of Medium Orchid #C258F7
Tints of Medium Orchid #C258F7
RGB
CMYK
RGB Variations
Color information
#C258F7 (or 0xC258F7) is known color: Medium Orchid. HEX triplet: C2, 58 and F7. RGB value is (194,88,247). Sum of RGB (Red+Green+Blue) = 194+88+247=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 88 (34.77% from 255 or 16.64% from 529); Blue value is 247 (96.88% from 255 or 46.69% from 529); Max value from RGB is 247 - color contains mainly: blue. Hex color #C258F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C258F7 is #3DA708. Grayscale: #898989. Windows color (decimal): -4040457 or 16210114. OLE color: 16210114.
HSL color Cylindrical-coordinate representation of color #C258F7: hue angle of 280º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C258F7 is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 88 | 247 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.03 |
| HSL | 280º | 0.91% | 0.66% | - |
| HSV(B) | 280º | 0.64% | 0.97% | - |
| XYZ | 42.53 | 25.16 | 90.61 | - |
| YUV | 137.82 | 189.62 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 247 | 0.21 | 0.64 | 0 | 0.03 | 280 | 0.91 | 0.66 |
| Hex | C2 | 58 | F7 | 15 | 40 | 0 | 3 | 118 | 5B | 42 |
| Octal | 302 | 130 | 367 | 25 | 100 | 0 | 3 | 430 | 133 | 102 |
| Binary | 11000010 | 1011000 | 11110111 | 10101 | 1000000 | 0 | 11 | 100011000 | 1011011 | 1000010 |
Color Harmonies of #C258F7
Complementary color
Monochromatic Colors of #C258F7
Black with #C258F7
Text Example
Text Example
White with #C258F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C258F7; }
p { color: rgb(194,88,247); }
H1.HeaderClassName
{
color: #C258F7;
}
.AnyTagClassName
{
color: #C258F7;
}
</style>
background-color css
<style>
a { background-color: #C258F7; }
a { background-color: rgb(194,88,247); }
div.DivClassName
{
background-color: #C258F7;
}
.BgClassName
{
background-color: #C258F7;
}
</style>
border-color css
<style>
span { border-color: #C258F7; }
span { border-color: rgb(194,88,247); }
td.TdClassName
{
border-color: #C258F7;
}
.TagClassName
{
border-color: #C258F7;
}
</style>