Shades of Medium Orchid #C15FCF
Tints of Medium Orchid #C15FCF
RGB
CMYK
RGB Variations
Color information
#C15FCF (or 0xC15FCF) is known color: Medium Orchid. HEX triplet: C1, 5F and CF. RGB value is (193,95,207). Sum of RGB (Red+Green+Blue) = 193+95+207=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 95 (37.5% from 255 or 19.19% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #C15FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15FCF is #3EA030. Grayscale: #888888. Windows color (decimal): -4104241 or 13590465. OLE color: 13590465.
HSL color Cylindrical-coordinate representation of color #C15FCF: hue angle of 292.5º 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 #C15FCF is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 95 | 207 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.19 |
| HSL | 292.5º | 0.54% | 0.59% | - |
| HSV(B) | 292.5º | 0.54% | 0.81% | - |
| XYZ | 37.35 | 24.03 | 61.7 | - |
| YUV | 137.07 | 167.47 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 95 | 207 | 0.07 | 0.54 | 0 | 0.19 | 292.5 | 0.54 | 0.59 |
| Hex | C1 | 5F | CF | 7 | 36 | 0 | 13 | 124 | 36 | 3B |
| Octal | 301 | 137 | 317 | 7 | 66 | 0 | 23 | 444 | 66 | 73 |
| Binary | 11000001 | 1011111 | 11001111 | 111 | 110110 | 0 | 10011 | 100100100 | 110110 | 111011 |
Color Harmonies of #C15FCF
Complementary color
Monochromatic Colors of #C15FCF
Black with #C15FCF
Text Example
Text Example
White with #C15FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15FCF; }
p { color: rgb(193,95,207); }
H1.HeaderClassName
{
color: #C15FCF;
}
.AnyTagClassName
{
color: #C15FCF;
}
</style>
background-color css
<style>
a { background-color: #C15FCF; }
a { background-color: rgb(193,95,207); }
div.DivClassName
{
background-color: #C15FCF;
}
.BgClassName
{
background-color: #C15FCF;
}
</style>
border-color css
<style>
span { border-color: #C15FCF; }
span { border-color: rgb(193,95,207); }
td.TdClassName
{
border-color: #C15FCF;
}
.TagClassName
{
border-color: #C15FCF;
}
</style>